mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C#: Remove unused predicate
This commit is contained in:
@@ -1491,13 +1491,6 @@ class FieldOrProperty extends Assignable, Modifiable {
|
||||
or
|
||||
result.(PropertyContent).getProperty() = this.getUnboundDeclaration()
|
||||
}
|
||||
|
||||
/** Gets the initializer of this field or property, if any. */
|
||||
Expr getInitialier() {
|
||||
result = this.(Field).getInitializer()
|
||||
or
|
||||
result = this.(Property).getInitializer()
|
||||
}
|
||||
}
|
||||
|
||||
private class InstanceFieldOrProperty extends FieldOrProperty {
|
||||
|
||||
Reference in New Issue
Block a user