Skip to content

Commit e300440

Browse files
committed
Delete redundant import
1 parent dfcdb4a commit e300440

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

go/ql/lib/semmle/go/dataflow/ExternalFlow.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ private import internal.AccessPathSyntax
8282
private import FlowSummary
8383
private import codeql.mad.ModelValidation as SharedModelVal
8484

85-
/**
86-
* A module importing the frameworks that provide external flow data,
87-
* ensuring that they are visible to the taint tracking / data flow library.
88-
*/
89-
private module Frameworks {
90-
private import semmle.go.frameworks.Stdlib
91-
}
92-
9385
/** Holds if a source model exists for the given parameters. */
9486
predicate sourceModel = Extensions::sourceModel/9;
9587

0 commit comments

Comments
 (0)