Skip to content

Commit 4ed7450

Browse files
committed
C++: remove unneeded pragma
1 parent 604affd commit 4ed7450

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ module FieldAddressToDerefConfig implements DataFlow::StateConfigSig {
111111
)
112112
}
113113

114-
pragma[inline]
115114
predicate isSink(DataFlow::Node sink, FlowState state) {
116115
exists(DataFlow::Node pai |
117116
state = TOverflowArithmetic(pai.asInstruction()) and

0 commit comments

Comments
 (0)