Skip to content

Commit e34a137

Browse files
committed
Make module SsaInput private
Most other languages do this (but not ruby or rust).
1 parent 258d23a commit e34a137

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ private module Internal {
7676
any(IR::Instruction def | def.writes(v, _)).getRoot() != v.getDeclaringFunction()
7777
}
7878

79-
cached
80-
module SsaInput implements SsaImplCommon::InputSig<Location, BasicBlock> {
79+
private module SsaInput implements SsaImplCommon::InputSig<Location, BasicBlock> {
8180
class SourceVariable = SsaSourceVariable;
8281

8382
/**

0 commit comments

Comments
 (0)