CPP: Remove unnecessary imports.

This commit is contained in:
Geoffrey White
2019-04-05 11:44:50 +01:00
parent 44d68a761d
commit f040755b3b
3 changed files with 0 additions and 6 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,