Skip to content

Commit 2058c4a

Browse files
committed
Remove redundant char pred
1 parent 0c358ac commit 2058c4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go/ql/lib/semmle/go/dataflow/GlobalValueNumbering.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ private predicate globalValueNumbers(DataFlow::CallNode ce, int start, GVN head,
255255
* methods.
256256
*/
257257
class GVN extends GvnBase {
258-
GVN() { this instanceof GvnBase }
259-
260258
/** Gets a data-flow node that has this GVN. */
261259
DataFlow::Node getANode() { this = globalValueNumber(result) }
262260

0 commit comments

Comments
 (0)