Remove unused field

This commit is contained in:
Owen Mansel-Chan
2026-03-24 10:39:32 +00:00
parent 93231794ee
commit 7e6319d648

View File

@@ -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)) }
}
/**