mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
remove unnecessary line
This commit is contained in:
@@ -56,7 +56,6 @@ module Twirp {
|
||||
ServiceInterface() {
|
||||
exists(TypeEntity te |
|
||||
te.getType() = serviceInterface and
|
||||
this instanceof InterfaceType and
|
||||
serviceInterface.getUnderlyingType() = this and
|
||||
te.getDeclaration().getLocation().getFile() instanceof ServicesGeneratedFile
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user