mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Removing redundant/bad string type check.
This commit is contained in:
@@ -50,8 +50,6 @@ class StringConcatenation extends Call {
|
||||
(
|
||||
result.getUnderlyingType().stripType().getName() = "char"
|
||||
or
|
||||
result.getUnderlyingType().getName() = "string"
|
||||
or
|
||||
result
|
||||
.getType()
|
||||
.getUnspecifiedType()
|
||||
|
||||
Reference in New Issue
Block a user