mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Remove library annotations
This commit is contained in:
@@ -6,7 +6,7 @@ import semmle.code.java.dataflow.SSA
|
||||
/**
|
||||
* The kind of bound that is known to hold for some variable.
|
||||
*/
|
||||
library class BoundKind extends string {
|
||||
class BoundKind extends string {
|
||||
BoundKind() { this = ["=", "!=", ">=", "<="] }
|
||||
|
||||
predicate isEqual() { this = "=" }
|
||||
|
||||
Reference in New Issue
Block a user