mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Remove dead code
This commit is contained in:
@@ -28,10 +28,6 @@ class PamAcctMgmt extends Method {
|
||||
PamAcctMgmt() { this.hasQualifiedName("github.com/msteinert/pam", "Transaction", "AcctMgmt") }
|
||||
}
|
||||
|
||||
class PamTransaction extends StructType {
|
||||
PamTransaction() { this.hasQualifiedName("github.com/msteinert/pam", "Transaction") }
|
||||
}
|
||||
|
||||
class PamStartFunc extends Function {
|
||||
PamStartFunc() { this.hasQualifiedName("github.com/msteinert/pam", ["StartFunc", "Start"]) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user