Skip to content

Commit 77fcb8a

Browse files
committed
C#: Remove unused predicate
1 parent e4d9f5f commit 77fcb8a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,13 +1491,6 @@ class FieldOrProperty extends Assignable, Modifiable {
14911491
or
14921492
result.(PropertyContent).getProperty() = this.getUnboundDeclaration()
14931493
}
1494-
1495-
/** Gets the initializer of this field or property, if any. */
1496-
Expr getInitialier() {
1497-
result = this.(Field).getInitializer()
1498-
or
1499-
result = this.(Property).getInitializer()
1500-
}
15011494
}
15021495

15031496
private class InstanceFieldOrProperty extends FieldOrProperty {

0 commit comments

Comments
 (0)