mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: remove unneeded pragma
This commit is contained in:
committed by
Robert Marsh
parent
604affdeb0
commit
4ed7450689
@@ -111,7 +111,6 @@ module FieldAddressToDerefConfig implements DataFlow::StateConfigSig {
|
||||
)
|
||||
}
|
||||
|
||||
pragma[inline]
|
||||
predicate isSink(DataFlow::Node sink, FlowState state) {
|
||||
exists(DataFlow::Node pai |
|
||||
state = TOverflowArithmetic(pai.asInstruction()) and
|
||||
|
||||
Reference in New Issue
Block a user