Merge pull request #10287 from wojtek-t/changes_to_registry

Remove some dead code
This commit is contained in:
Alex Robinson
2015-06-29 11:02:41 -07:00
3 changed files with 4 additions and 439 deletions

View File

@@ -203,9 +203,6 @@ func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object
return r.store.Update(ctx, obj)
}
// Implement GetterWithOptions
var _ = rest.GetterWithOptions(&LogREST{})
// LogREST implements the log endpoint for a Pod
type LogREST struct {
store *etcdgeneric.Etcd