We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e0bd3 commit ece37d8Copy full SHA for ece37d8
csharp/ql/lib/semmle/code/csharp/dataflow/SSA.qll
@@ -163,10 +163,6 @@ module Ssa {
163
* (`ImplicitDefinition`), or a phi node (`PhiNode`).
164
*/
165
class Definition extends SsaImpl::Definition {
166
- final override SourceVariable getSourceVariable() {
167
- result = SsaImpl::Definition.super.getSourceVariable()
168
- }
169
-
170
/**
171
* Gets the control flow node of this SSA definition, if any. Phi nodes are
172
* examples of SSA definitions without a control flow node, as they are
0 commit comments