Skip to content

Commit 2576a09

Browse files
author
Alvaro Muñoz
committed
remove unnecessary line
1 parent d6f1dfa commit 2576a09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/ql/lib/semmle/go/frameworks/Twirp.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ module Twirp {
5656
ServiceInterface() {
5757
exists(TypeEntity te |
5858
te.getType() = serviceInterface and
59-
this instanceof InterfaceType and
6059
serviceInterface.getUnderlyingType() = this and
6160
te.getDeclaration().getLocation().getFile() instanceof ServicesGeneratedFile
6261
)

0 commit comments

Comments
 (0)