diff --git a/core/core.go b/core/core.go index a6906edaa..528bc5c22 100644 --- a/core/core.go +++ b/core/core.go @@ -1,7 +1,6 @@ package core import ( - "errors" "fmt" "io" @@ -92,8 +91,6 @@ type Mounts struct { Ipns mount.Mount } -var errTODO = errors.New("TODO") - type ConfigOption func(ctx context.Context) (*IpfsNode, error) func NewIPFSNode(ctx context.Context, option ConfigOption) (*IpfsNode, error) {