Remove redundant char pred

This commit is contained in:
Owen Mansel-Chan
2025-11-28 02:08:19 +00:00
parent 0c358acc24
commit 2058c4a79c

View File

@@ -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) }