Skip to content

Commit 8d110ca

Browse files
authored
remove getName
1 parent 18db525 commit 8d110ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ module GoMicro {
4141
this = md.getReceiverDecl().getTypeExpr().getAChild().(TypeName).getType()
4242
)
4343
}
44-
45-
override string getName() { result = this.getUnderlyingType().getName() }
4644
}
4745

4846
/**

0 commit comments

Comments
 (0)