mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Remove pragma[inline] from deconstructSizeExpr/3.
This commit is contained in:
@@ -255,7 +255,6 @@ class OperatorNewAllocationFunction extends AllocationFunction {
|
||||
}
|
||||
}
|
||||
|
||||
pragma[inline]
|
||||
private predicate deconstructSizeExpr(Expr sizeExpr, Expr lengthExpr, int sizeof) {
|
||||
sizeExpr instanceof MulExpr and
|
||||
exists(SizeofOperator sizeofOp |
|
||||
|
||||
Reference in New Issue
Block a user