Signed-off-by: David Calavera <david.calavera@gmail.com>
| ... | ... |
@@ -286,12 +286,6 @@ func (container *Container) Resize(h, w int) error {
|
| 286 | 286 |
return nil |
| 287 | 287 |
} |
| 288 | 288 |
|
| 289 |
-func (container *Container) changes() ([]archive.Change, error) {
|
|
| 290 |
- container.Lock() |
|
| 291 |
- defer container.Unlock() |
|
| 292 |
- return container.daemon.changes(container) |
|
| 293 |
-} |
|
| 294 |
- |
|
| 295 | 289 |
func (container *Container) getImage() (*image.Image, error) {
|
| 296 | 290 |
if container.daemon == nil {
|
| 297 | 291 |
return nil, derr.ErrorCodeImageUnregContainer |