Skip to content

Commit

Permalink
repub: remove unused field
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
  • Loading branch information
kevina committed Jun 10, 2017
1 parent d674dd7 commit 1fe6e18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions namesys/republisher/repub.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package republisher
import (
"context"
"errors"
"sync"
"time"

keystore "github.com/ipfs/go-ipfs/keystore"
Expand Down Expand Up @@ -41,9 +40,6 @@ type Republisher struct {

// how long records that are republished should be valid for
RecordLifetime time.Duration

entrylock sync.Mutex
entries map[peer.ID]struct{}
}

// NewRepublisher creates a new Republisher
Expand Down

0 comments on commit 1fe6e18

Please sign in to comment.