aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/operations.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/operations/operations.go')
-rw-r--r--bug/operations/operations.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/bug/operations/operations.go b/bug/operations/operations.go
deleted file mode 100644
index 0bfd3b84..00000000
--- a/bug/operations/operations.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package operations
-
-import "encoding/gob"
-
-// Package initialisation used to register operation's type for (de)serialization
-func init() {
- gob.Register(AddCommentOperation{})
- gob.Register(CreateOperation{})
- gob.Register(SetTitleOperation{})
- gob.Register(SetStatusOperation{})
- gob.Register(LabelChangeOperation{})
-}