aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/operations/create.go')
-rw-r--r--bug/operations/create.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/bug/operations/create.go b/bug/operations/create.go
index 9911ee89..1c34f85d 100644
--- a/bug/operations/create.go
+++ b/bug/operations/create.go
@@ -25,10 +25,6 @@ func NewCreateOp(author bug.Person, title, message string) CreateOperation {
}
}
-//func (op CreateOperation) OpType() bug.OperationType {
-// return bug.CREATE
-//}
-
func (op CreateOperation) Apply(snapshot bug.Snapshot) bug.Snapshot {
empty := bug.Snapshot{}