Skip to content

Commit fcd69a0

Browse files
committed
C++: Remove redundant pragma.
1 parent 4d697cd commit fcd69a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Conversion/CastArrayPointerArithmetic.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CastToPointerArithFlow extends DataFlow::Configuration {
4646
*/
4747
pragma[inline]
4848
predicate hasBaseType(Expr e, Type base) {
49-
pragma[only_bind_into](base) = pragma[only_bind_out](e.getType().(DerivedType).getBaseType())
49+
pragma[only_bind_into](base) = e.getType().(DerivedType).getBaseType()
5050
}
5151

5252
/**

0 commit comments

Comments
 (0)