FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove test code · github/codeql@ca68aaa · GitHub

/ codeql Public

Commit ca68aaa

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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Back | FazBrowse Home | New Git URL