mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Remove redundant char pred
This commit is contained in:
@@ -255,8 +255,6 @@ private predicate globalValueNumbers(DataFlow::CallNode ce, int start, GVN head,
|
||||
* methods.
|
||||
*/
|
||||
class GVN extends GvnBase {
|
||||
GVN() { this instanceof GvnBase }
|
||||
|
||||
/** Gets a data-flow node that has this GVN. */
|
||||
DataFlow::Node getANode() { this = globalValueNumber(result) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user