mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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.
|
* methods.
|
||||||
*/
|
*/
|
||||||
class GVN extends GvnBase {
|
class GVN extends GvnBase {
|
||||||
GVN() { this instanceof GvnBase }
|
|
||||||
|
|
||||||
/** Gets a data-flow node that has this GVN. */
|
/** Gets a data-flow node that has this GVN. */
|
||||||
DataFlow::Node getANode() { this = globalValueNumber(result) }
|
DataFlow::Node getANode() { this = globalValueNumber(result) }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user