aboutsummaryrefslogtreecommitdiff
path: root/cmd/guru/implements.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/guru/implements.go')
-rw-r--r--cmd/guru/implements.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/guru/implements.go b/cmd/guru/implements.go
index dbdba0412..527e88bd7 100644
--- a/cmd/guru/implements.go
+++ b/cmd/guru/implements.go
@@ -24,7 +24,6 @@ import (
// If the selection is a method, 'implements' displays
// the corresponding methods of the types that would have been reported
// by an implements query on the receiver type.
-//
func implements(q *Query) error {
lconf := loader.Config{Build: q.Build}
allowErrors(&lconf)