Skip to content

Commit 0807c69

Browse files
committed
JS: Remove unused debug methods
1 parent fbc775f commit 0807c69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,6 @@ module API {
630630
int getDepth() { result = Impl::distanceFromRoot(this) }
631631
}
632632

633-
private predicate missingToString(Node node) { not exists(node.toString()) }
634-
635-
private predicate ambiguousToString(Node node) { strictcount(node.toString()) > 1 }
636-
637633
/** The root node of an API graph. */
638634
class Root extends Node, Impl::MkRoot { }
639635

0 commit comments

Comments
 (0)