mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
delete all dead code
This commit is contained in:
@@ -15,11 +15,6 @@ import semmle.code.java.Expr
|
||||
import semmle.code.java.Statement
|
||||
import semmle.code.java.JDK
|
||||
|
||||
/** A use of `+` that has type `String`. */
|
||||
class StringCat extends AddExpr {
|
||||
StringCat() { this.getType() instanceof TypeString }
|
||||
}
|
||||
|
||||
/**
|
||||
* An assignment of the form
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user