mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
sqlite: remove dead code
Found by golangci-lint. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -1243,8 +1243,6 @@ func (s *SQLiteState) RewriteVolumeConfig(volume *Volume, newCfg *VolumeConfig)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
return define.ErrNotImplemented
|
||||
}
|
||||
|
||||
// Pod retrieves a pod given its full ID
|
||||
|
Reference in New Issue
Block a user