Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8d6070

Browse files
hvitvedtamasvajk
authored andcommitted
C#: Remove redundant conjunct
1 parent 3048919 commit b8d6070

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

csharp/ql/src/semmle/code/csharp/PrintAst.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ private newtype TPrintAstNode =
135135
} or
136136
TAttributesNode(Attributable attributable) {
137137
shouldPrint(attributable, _) and
138-
exists(attributable.getAnAttribute()) and
139138
exists(Attribute a | a = attributable.getAnAttribute() | shouldPrint(a, _)) and
140139
not isNotNeeded(attributable)
141140
} or

0 commit comments

Comments
 (0)