Skip to content

Commit a96489b

Browse files
committed
delete duplicate imports
1 parent c015ef6 commit a96489b

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ private import TranslatedDeclarationEntry
1111
private import TranslatedElement
1212
private import TranslatedFunction
1313
private import TranslatedInitialization
14-
private import TranslatedFunction
1514
private import TranslatedStmt
1615
import TranslatedCall
1716

cpp/ql/lib/semmle/code/cpp/models/implementations/Strtok.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import semmle.code.cpp.Function
77
import semmle.code.cpp.models.interfaces.ArrayFunction
8-
import semmle.code.cpp.models.interfaces.ArrayFunction
98
import semmle.code.cpp.models.interfaces.Alias
109
import semmle.code.cpp.models.interfaces.SideEffect
1110
import semmle.code.cpp.models.interfaces.Taint

csharp/ql/src/Likely Bugs/ICryptoTransform.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import csharp
22
import semmle.code.csharp.dataflow.DataFlow
3-
import csharp
43

54
class ImplementsICryptoTransform extends Class {
65
ImplementsICryptoTransform() {

java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ private module Frameworks {
137137
private import semmle.code.java.frameworks.MyBatis
138138
private import semmle.code.java.frameworks.Hibernate
139139
private import semmle.code.java.frameworks.jOOQ
140-
private import semmle.code.java.frameworks.spring.SpringHttp
141140
}
142141

143142
private predicate sourceModelCsv(string row) {

python/ql/lib/semmle/python/web/pyramid/Response.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import semmle.python.dataflow.TaintTracking
33
import semmle.python.security.strings.Basic
44
import semmle.python.web.Http
55
private import semmle.python.web.pyramid.View
6-
private import semmle.python.web.Http
76

87
/**
98
* A pyramid response, which is vulnerable to any sort of

python/ql/src/Expressions/Formatting/UnusedArgumentIn3101Format.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* @id py/str-format/surplus-argument
1111
*/
1212

13-
import python
1413
import python
1514
import AdvancedFormatting
1615

python/ql/src/Lexical/FCommentedOutCode.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import python
1212
import Lexical.CommentedOutCode
13-
import python
1413

1514
from File f, int n
1615
where n = count(CommentedOutCodeLine c | not c.maybeExampleCode() and c.getLocation().getFile() = f)

python/ql/test/library-tests/PointsTo/global/Global.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import python
2-
import python
32
import semmle.python.pointsto.PointsTo
43
import semmle.python.pointsto.PointsToContext
54
import semmle.python.objects.ObjectInternal

ruby/ql/lib/codeql/ruby/ast/internal/Synthesis.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ private import codeql.ruby.ast.internal.Expr
77
private import codeql.ruby.ast.internal.Variable
88
private import codeql.ruby.ast.internal.Pattern
99
private import codeql.ruby.ast.internal.Scope
10-
private import codeql.ruby.ast.internal.TreeSitter
1110
private import codeql.ruby.AST
1211

1312
/** A synthesized AST node kind. */

ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ private import codeql.ruby.ast.internal.Module
1111
private import codeql.ruby.ApiGraphs
1212
private import ActionView
1313
private import codeql.ruby.frameworks.ActionDispatch
14-
private import codeql.ruby.Concepts
1514

1615
/**
1716
* A `ClassDeclaration` for a class that extends `ActionController::Base`.

0 commit comments

Comments
 (0)