From 130532c5323a445149b278efdec4563e8acfe68e Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Sat, 10 Jan 2015 21:36:22 -0800 Subject: [PATCH] rm errTODO --- core/core.go | 3 --- 1 file changed, 3 deletions(-) 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) {