mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Merge pull request #14494 from atorralba/atorralba/remove-library
Java/C/C#: 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