aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-14 10:06:16 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:19:04 +0100
commit99b9dd84cb4b0cfd3eb1fd50b07c8b826eb52d19 (patch)
tree72a6328157d4b972d2480c785e575c25673b14f6 /entity/dag/operation.go
parent94f06cd54defa73f5e8b79345597279e454c78e6 (diff)
downloadgit-bug-99b9dd84cb4b0cfd3eb1fd50b07c8b826eb52d19.tar.gz
entity: support different author in staging operations
Diffstat (limited to 'entity/dag/operation.go')
-rw-r--r--entity/dag/operation.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/entity/dag/operation.go b/entity/dag/operation.go
index 86e2f7d7..b0a78de6 100644
--- a/entity/dag/operation.go
+++ b/entity/dag/operation.go
@@ -23,11 +23,3 @@ type Operation interface {
// Author returns the author of this operation
Author() identity.Interface
}
-
-// TODO: remove?
-type operationBase struct {
- author identity.Interface
-
- // Not serialized. Store the op's id in memory.
- id entity.Id
-}