mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
CPP: Remove unnecessary imports.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
* @tags security
|
||||
* external/cwe/cwe-468
|
||||
*/
|
||||
import cpp
|
||||
import semmle.code.cpp.controlflow.SSA
|
||||
import IncorrectPointerScalingCommon
|
||||
|
||||
from Expr dest, Type destType, Type sourceType, Type sourceBase,
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* @tags security
|
||||
* external/cwe/cwe-468
|
||||
*/
|
||||
import cpp
|
||||
import semmle.code.cpp.controlflow.SSA
|
||||
import IncorrectPointerScalingCommon
|
||||
|
||||
from Expr dest, Type destType, Type sourceType, Type sourceBase,
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
* @tags security
|
||||
* external/cwe/cwe-468
|
||||
*/
|
||||
import cpp
|
||||
import semmle.code.cpp.controlflow.SSA
|
||||
import IncorrectPointerScalingCommon
|
||||
|
||||
from Expr dest, Type destType, Type sourceType, Type sourceBase,
|
||||
|
||||
Reference in New Issue
Block a user