From 38acab832df2a4e5ea24461a64b6b16f5a4d056f Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 28 Feb 2023 16:24:53 +0100 Subject: [PATCH] sqlite: remove dead code Found by golangci-lint. Signed-off-by: Valentin Rothberg --- libpod/sqlite_state.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/libpod/sqlite_state.go b/libpod/sqlite_state.go index 4dfc2415f0..881731f828 100644 --- a/libpod/sqlite_state.go +++ b/libpod/sqlite_state.go @@ -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