Skip to content

Commit ece37d8

Browse files
committed
C#: Remove redundant override
1 parent 07e0bd3 commit ece37d8

File tree

1 file changed

+0
-4
lines changed
  • csharp/ql/lib/semmle/code/csharp/dataflow

1 file changed

+0
-4
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/SSA.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ module Ssa {
163163
* (`ImplicitDefinition`), or a phi node (`PhiNode`).
164164
*/
165165
class Definition extends SsaImpl::Definition {
166-
final override SourceVariable getSourceVariable() {
167-
result = SsaImpl::Definition.super.getSourceVariable()
168-
}
169-
170166
/**
171167
* Gets the control flow node of this SSA definition, if any. Phi nodes are
172168
* examples of SSA definitions without a control flow node, as they are

0 commit comments

Comments
 (0)