aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/state/dbstore.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/state/dbstore.go')
-rw-r--r--swarm/state/dbstore.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/swarm/state/dbstore.go b/swarm/state/dbstore.go
index fc5dd8f7c..147e34b23 100644
--- a/swarm/state/dbstore.go
+++ b/swarm/state/dbstore.go
@@ -28,9 +28,6 @@ import (
// ErrNotFound is returned when no results are returned from the database
var ErrNotFound = errors.New("ErrorNotFound")
-// ErrInvalidArgument is returned when the argument type does not match the expected type
-var ErrInvalidArgument = errors.New("ErrorInvalidArgument")
-
// Store defines methods required to get, set, delete values for different keys
// and close the underlying resources.
type Store interface {