aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operation.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/operation.go')
-rw-r--r--bug/operation.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/bug/operation.go b/bug/operation.go
index 71a5c15d..0423c229 100644
--- a/bug/operation.go
+++ b/bug/operation.go
@@ -49,9 +49,6 @@ type Operation interface {
AllMetadata() map[string]string
setExtraMetadataImmutable(key string, value string)
-
- // sign-post method for gqlgen
- IsOperation()
}
func idOperation(op Operation, base *OpBase) entity.Id {