sqlite: remove dead code

Found by golangci-lint.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2023-02-28 16:24:53 +01:00
parent 2342d1a314
commit 38acab832d

View File

@ -1243,8 +1243,6 @@ func (s *SQLiteState) RewriteVolumeConfig(volume *Volume, newCfg *VolumeConfig)
} }
return nil return nil
return define.ErrNotImplemented
} }
// Pod retrieves a pod given its full ID // Pod retrieves a pod given its full ID