Skip to content

Commit 1ce0ba5

Browse files
committed
SSA: Make WithState private
1 parent 9902874 commit 1ce0ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
16351635
bindingset[this]
16361636
signature class StateSig;
16371637

1638-
module WithState<StateSig State> {
1638+
private module WithState<StateSig State> {
16391639
/**
16401640
* Holds if the guard `g` validates the expression `e` upon evaluating to `branch`, blocking
16411641
* flow in the given `state`.

0 commit comments

Comments
 (0)