Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

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: #1099

Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
Samuel Ortiz committed Feb 6, 2019
1 parent fad23ea commit f8e7e30
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,811 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 f8e7e30

Please sign in to comment.