Fix two compilation errors when running go build ./...

This commit is contained in:
Sam Ghods
2014-11-06 12:55:27 -08:00
parent cc30ed14d0
commit cbd13b599d
2 changed files with 4 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ func init() {
&OperationList{},
&Event{},
&EventList{},
&ContainerManifestList{},
)
}
@@ -70,4 +69,3 @@ func (*Operation) IsAnAPIObject() {}
func (*OperationList) IsAnAPIObject() {}
func (*Event) IsAnAPIObject() {}
func (*EventList) IsAnAPIObject() {}
func (*ContainerManifestList) IsAnAPIObject() {}