diff options
author | Michael Muré <batolettre@gmail.com> | 2021-02-20 14:37:06 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-20 14:37:06 +0100 |
commit | bd09541752ef4db008500d238762ebe7f2f7be39 (patch) | |
tree | 792dc112d2bc4a8815fc5c146476a5a30075997c /bug/operation.go | |
parent | 45e540c178533ef9aab01b1c3e782bc63061e313 (diff) | |
download | git-bug-bd09541752ef4db008500d238762ebe7f2f7be39.tar.gz |
entity: no sign-post needed
Diffstat (limited to 'bug/operation.go')
-rw-r--r-- | bug/operation.go | 3 |
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 { |