Skip to content

Commit f040755

Browse files
committed
CPP: Remove unnecessary imports.
1 parent 44d68a7 commit f040755

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

cpp/ql/src/Security/CWE/CWE-468/IncorrectPointerScaling.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* @tags security
1010
* external/cwe/cwe-468
1111
*/
12-
import cpp
13-
import semmle.code.cpp.controlflow.SSA
1412
import IncorrectPointerScalingCommon
1513

1614
from Expr dest, Type destType, Type sourceType, Type sourceBase,

cpp/ql/src/Security/CWE/CWE-468/IncorrectPointerScalingChar.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* @tags security
1010
* external/cwe/cwe-468
1111
*/
12-
import cpp
13-
import semmle.code.cpp.controlflow.SSA
1412
import IncorrectPointerScalingCommon
1513

1614
from Expr dest, Type destType, Type sourceType, Type sourceBase,

cpp/ql/src/Security/CWE/CWE-468/IncorrectPointerScalingVoid.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* @tags security
1010
* external/cwe/cwe-468
1111
*/
12-
import cpp
13-
import semmle.code.cpp.controlflow.SSA
1412
import IncorrectPointerScalingCommon
1513

1614
from Expr dest, Type destType, Type sourceType, Type sourceBase,

0 commit comments

Comments
 (0)