aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation.go
diff options
context:
space:
mode:
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
-}