mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Remove unnused class
This commit is contained in:
@@ -7,13 +7,6 @@ private import semmle.code.java.dataflow.TaintTracking
|
||||
private import semmle.code.java.dataflow.ExternalFlow
|
||||
private import semmle.code.java.security.RandomQuery
|
||||
|
||||
/**
|
||||
* The `java.util.Random` class.
|
||||
*/
|
||||
class TypeRandom extends RefType {
|
||||
TypeRandom() { this.hasQualifiedName("java.util", "Random") }
|
||||
}
|
||||
|
||||
/**
|
||||
* A node representing a source of weak randomness.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user