sqlite: remove dead code
Found by golangci-lint. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
parent
2342d1a314
commit
38acab832d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue