Skip to content

Commit ca68aaa

Browse files
authored
Remove test code
1 parent 796db77 commit ca68aaa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go/ql/lib/semmle/go/Types.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,10 +737,6 @@ class TypeSetLiteralType extends @typesetliteraltype, CompositeType {
737737
override string toString() { result = "type set literal type" }
738738
}
739739

740-
predicate foo(NamedType t, string name, Type mt) {
741-
t.getUnderlyingType().(InterfaceType).getMethodType(name) = mt
742-
}
743-
744740
/** An interface type. */
745741
class InterfaceType extends @interfacetype, CompositeType {
746742
/** Gets the type of method `name` of this interface type. */

0 commit comments

Comments
 (0)