Skip to content

Commit 41e7ef1

Browse files
committed
add missing pragma back
1 parent d47c8ee commit 41e7ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ql/lib/codeql/Locations.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class Location extends @location {
5252
}
5353

5454
/** Holds if this location starts strictly before the specified location. */
55+
pragma[inline]
5556
predicate strictlyBefore(Location other) {
5657
this.getStartLine() < other.getStartLine()
5758
or

0 commit comments

Comments
 (0)