Skip to content

Commit ab606f7

Browse files
Remove commented-out code in AnnotationSyntax.ql
1 parent 3285eae commit ab606f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/drivers/general/queries/AnnotationSyntax/AnnotationSyntax.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ where
5353
not sa.getUnexpandedArgument(0).toString().toLowerCase().matches("\"yes\"") and
5454
not sa.getUnexpandedArgument(0).toString().toLowerCase().matches("\"no\"")
5555
or
56-
// f.toString().matches("%drv_dispatchType%") or
5756
//__drv_dispatch value out of range val > 63 || val < -1
5857
sa.toString().matches("%drv_dispatch%") and
5958
(

0 commit comments

Comments
 (0)