Skip to content

Commit 492f1f4

Browse files
committed
Remove pragma[inline] from deconstructSizeExpr/3.
1 parent a33b7f8 commit 492f1f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ class OperatorNewAllocationFunction extends AllocationFunction {
255255
}
256256
}
257257

258-
pragma[inline]
259258
private predicate deconstructSizeExpr(Expr sizeExpr, Expr lengthExpr, int sizeof) {
260259
sizeExpr instanceof MulExpr and
261260
exists(SizeofOperator sizeofOp |

0 commit comments

Comments
 (0)