We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3df5ce commit 5fbba0eCopy full SHA for 5fbba0e
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/SSA.qll
@@ -569,19 +569,6 @@ module Ssa {
569
override string toString() { result = SsaImpl::ParameterDefinitionImpl.super.toString() }
570
}
571
572
- /**
573
- * An SSA definition representing the default value of a parameter.
574
- */
575
- class ParameterDefaultDefinition extends ExplicitDefinition {
576
- private Parameter p;
577
- override AssignableDefinitions::ParameterDefaultDefinition ad;
578
-
579
- ParameterDefaultDefinition() { p = ad.getParameter() }
580
581
- /** Gets the parameter that this entry definition represents. */
582
- Parameter getParameter() { result = p }
583
- }
584
585
/**
586
* An SSA definition representing the potential definition of a variable
587
* via a call.
0 commit comments