Skip to content

Commit a0fe7d6

Browse files
committed
Remove unused line
1 parent 133c6fa commit a0fe7d6

File tree

1 file changed

+0
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore

1 file changed

+0
-1
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore/Components.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ private module JumpNodes {
176176

177177
ComponentParameterJump() {
178178
prop = call.getParameterProperty() and
179-
// this.(DataFlowPrivate::PostUpdateNode).getPreUpdateNode().asExpr() = call.getParameterValue()
180179
this.asExpr() = call.getParameterValue()
181180
}
182181

0 commit comments

Comments
 (0)