Skip to content

Commit 6ede08e

Browse files
author
Benjamin Muskalla
committed
Remove dead code
1 parent 99e19e6 commit 6ede08e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/Telemetry/ExternalLibraryUsage.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import ExternalAPI
1111

1212
from int Usages, string jarname
1313
where
14-
jarname = any(ExternalAPI api).jarContainer() and
1514
Usages =
1615
strictcount(Call c, ExternalAPI a |
1716
c.getCallee() = a and

0 commit comments

Comments
 (0)