Skip to content

Commit d63ead5

Browse files
committed
C++: Remove barrier that's no longer needed.
1 parent c13f015 commit d63ead5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,6 @@ module FinalConfig implements DataFlow::StateConfigSig {
468468
)
469469
}
470470

471-
predicate isBarrier(DataFlow::Node n, FlowState state) { none() }
472-
473471
predicate isAdditionalFlowStep(
474472
DataFlow::Node node1, FlowState state1, DataFlow::Node node2, FlowState state2
475473
) {

0 commit comments

Comments
 (0)