Removing redundant/bad string type check.

This commit is contained in:
Benjamin Rodes
2023-12-19 09:41:29 -05:00
parent 6fb01925d0
commit f26330e6bd

View File

@@ -50,8 +50,6 @@ class StringConcatenation extends Call {
(
result.getUnderlyingType().stripType().getName() = "char"
or
result.getUnderlyingType().getName() = "string"
or
result
.getType()
.getUnspecifiedType()