Skip to content

Commit 057a74d

Browse files
committed
Remove unnused class
1 parent fb875f5 commit 057a74d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

java/ql/lib/semmle/code/java/security/WeakRandomnessQuery.qll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ private import semmle.code.java.dataflow.TaintTracking
77
private import semmle.code.java.dataflow.ExternalFlow
88
private import semmle.code.java.security.RandomQuery
99

10-
/**
11-
* The `java.util.Random` class.
12-
*/
13-
class TypeRandom extends RefType {
14-
TypeRandom() { this.hasQualifiedName("java.util", "Random") }
15-
}
16-
1710
/**
1811
* A node representing a source of weak randomness.
1912
*

0 commit comments

Comments
 (0)