Skip to content

Commit 2afb4ab

Browse files
authored
Merge pull request #10094 from hvitved/csharp/redundant-override
C#: Remove redundant override
2 parents d68f817 + ece37d8 commit 2afb4ab

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)