Skip to content

Commit e94fabc

Browse files
committed
Address review comment
1 parent d638b5c commit e94fabc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPublic.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ class ContentSet extends TContentSet {
314314
this.isProperty(p1) and
315315
p2 = result.(PropertyContent).getProperty()
316316
|
317-
p1 = p2
318-
or
319317
overridesOrImplementsSourceDecl(p2, p1)
320318
or
321319
overridesOrImplementsSourceDecl(p1, p2)

0 commit comments

Comments
 (0)