remove unnecessary line

This commit is contained in:
Alvaro Muñoz
2023-02-02 17:50:50 +01:00
parent d6f1dfa205
commit 2576a09af9

View File

@@ -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
)