Skip to content

Commit d4f9c75

Browse files
authored
Remove dead code
1 parent cea909f commit d4f9c75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go/ql/src/experimental/CWE-285/PamAuthBypass.ql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ class PamAcctMgmt extends Method {
2828
PamAcctMgmt() { this.hasQualifiedName("github.com/msteinert/pam", "Transaction", "AcctMgmt") }
2929
}
3030

31-
class PamTransaction extends StructType {
32-
PamTransaction() { this.hasQualifiedName("github.com/msteinert/pam", "Transaction") }
33-
}
34-
3531
class PamStartFunc extends Function {
3632
PamStartFunc() { this.hasQualifiedName("github.com/msteinert/pam", ["StartFunc", "Start"]) }
3733
}

0 commit comments

Comments
 (0)