Skip to content

Commit 94c15f7

Browse files
committed
Remove unnecessary fieldFlowBranchLimit
1 parent 0928fa6 commit 94c15f7

File tree

1 file changed

+0
-2
lines changed
  • go/ql/test/library-tests/semmle/go/frameworks/EvanphxJsonPatch

1 file changed

+0
-2
lines changed

go/ql/test/library-tests/semmle/go/frameworks/EvanphxJsonPatch/TaintFlows.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ module Config implements DataFlow::ConfigSig {
1313
sink = fn.getACall().getAnArgument()
1414
)
1515
}
16-
17-
int fieldFlowBranchLimit() { result = 1000 }
1816
}
1917

2018
import TaintFlowTest<Config>

0 commit comments

Comments
 (0)