Skip to content

Commit 2bf5966

Browse files
committed
C#: Address review comment
1 parent c39fe59 commit 2bf5966

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/ql/lib/semmle/code/csharp/TypeRef.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ private class TypeRef extends @typeref {
1616
typeref_type(this, result)
1717
or
1818
not typeref_type(this, _) and
19-
result instanceof UnknownType and
20-
types(result, _, "<unknown type>")
19+
result instanceof UnknownType
2120
}
2221
}
2322

0 commit comments

Comments
 (0)