Skip to content

Commit

Permalink
rm errTODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Tiger Chow committed Jan 11, 2015
1 parent 143210d commit e3ac6af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/core.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package core

import (
"errors"
"fmt"
"io"

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit e3ac6af

Please sign in to comment.