mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C++: Remove redundant pragma.
This commit is contained in:
@@ -46,7 +46,7 @@ class CastToPointerArithFlow extends DataFlow::Configuration {
|
||||
*/
|
||||
pragma[inline]
|
||||
predicate hasBaseType(Expr e, Type base) {
|
||||
pragma[only_bind_into](base) = pragma[only_bind_out](e.getType().(DerivedType).getBaseType())
|
||||
pragma[only_bind_into](base) = e.getType().(DerivedType).getBaseType()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user