Remove unnecessary type constraint

This commit is contained in:
Chris Smowton
2021-09-22 10:54:24 +01:00
committed by GitHub
parent 9e41f43ee2
commit 24e3ad4e18

View File

@@ -31,7 +31,6 @@ class LoggingCall extends MethodAccess {
exists(RefType t, Method m | t.hasQualifiedName("android.util", "Log") |
m.hasName(["d", "e", "i", "v", "w", "wtf"]) and
m.getDeclaringType() = t and
m.getReturnType() instanceof IntegralType and
this = m.getAReference()
)
}