Remove dead code

This commit is contained in:
Wojciech Tyczynski
2015-06-24 15:13:24 +02:00
parent 91fc1af928
commit f6153445f1
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