Skip to content

Commit 22ddf21

Browse files
committed
Ruby: remove isString from TSymbol
1 parent 5ab1047 commit 22ddf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ast/internal/Constant.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private module Cached {
423423
or
424424
s = any(StringComponentImpl c).getValue()
425425
} or
426-
TSymbol(string s) { isString(_, s) or isSymbolExpr(_, s) } or
426+
TSymbol(string s) { isSymbolExpr(_, s) } or
427427
TRegExp(string s, string flags) {
428428
isRegExp(_, s, flags)
429429
or

0 commit comments

Comments
 (0)