Skip to content

Commit 24e3ad4

Browse files
authored
Remove unnecessary type constraint
1 parent 9e41f43 commit 24e3ad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/experimental/semmle/code/java/Logging.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class LoggingCall extends MethodAccess {
3131
exists(RefType t, Method m | t.hasQualifiedName("android.util", "Log") |
3232
m.hasName(["d", "e", "i", "v", "w", "wtf"]) and
3333
m.getDeclaringType() = t and
34-
m.getReturnType() instanceof IntegralType and
3534
this = m.getAReference()
3635
)
3736
}

0 commit comments

Comments
 (0)