Skip to content

Commit

Permalink
Remove test predicate left in by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
NateD-MSFT committed Nov 21, 2023
1 parent a2269f7 commit 8904aa7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/drivers/libraries/Irql.qll
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,6 @@ class IrqlRestoresGlobalAnnotation extends SALAnnotation {
}
}

class PerfTestAnnotation extends SALAnnotation {
PerfTestAnnotation() {
this.getMacroName() =
[
"__drv_requiresIRQL", "_IRQL_requires_", "_drv_minIRQL", "_IRQL_requires_min_",
"_drv_maxIRQL", "_IRQL_requires_max_", "__drv_raisesIRQL", "_IRQL_raises_",
"__drv_maxFunctionIRQL", "_IRQL_always_function_max_", "__drv_minFunctionIRQL",
"_IRQL_always_function_min_"
]
}
}

/**
* Standard IRQL annotations which apply to entire functions and manipulate or constrain the IRQL.
*/
Expand Down

0 comments on commit 8904aa7

Please sign in to comment.