Skip to content

Commit

Permalink
virtcontainers: Remove the resource storage original implementation
Browse files Browse the repository at this point in the history
Now that we converted the virtcontainers code to the store package, we
can remove all the resource storage old code.

Fixes: kata-containers#1099

Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
Samuel Ortiz committed Jan 11, 2019
1 parent 1d84b3a commit 028fb46
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,810 deletions.
2 changes: 0 additions & 2 deletions virtcontainers/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ var (
errNeedSandbox = errors.New("Sandbox must be specified")
errNeedSandboxID = errors.New("Sandbox ID cannot be empty")
errNeedContainerID = errors.New("Container ID cannot be empty")
errNeedFile = errors.New("File cannot be empty")
errNeedState = errors.New("State cannot be empty")
errInvalidResource = errors.New("Invalid sandbox resource")
errNoSuchContainer = errors.New("Container does not exist")
)
Loading

0 comments on commit 028fb46

Please sign in to comment.