mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Remove unused field
This commit is contained in:
@@ -138,9 +138,7 @@ module HardcodedCryptographicValue {
|
||||
* all sinks, not just sinks with the same kind.
|
||||
*/
|
||||
private class ModelsAsDataBarrier extends Barrier {
|
||||
CryptographicValueKind kind;
|
||||
|
||||
ModelsAsDataBarrier() { barrierNode(this, "credentials-" + kind) }
|
||||
ModelsAsDataBarrier() { exists(string kind | barrierNode(this, "credentials-" + kind)) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user