Browse Source

eth/downloader: remove a previous leftover

Péter Szilágyi 10 years ago
parent
commit
ebf1eb9359
1 changed files with 0 additions and 1 deletions
  1. 0 1
      eth/downloader/downloader.go

+ 0 - 1
eth/downloader/downloader.go

@@ -37,7 +37,6 @@ var (
 	errCancelHashFetch     = errors.New("hash fetching cancelled (requested)")
 	errCancelBlockFetch    = errors.New("block downloading cancelled (requested)")
 	errNoSyncActive        = errors.New("no sync active")
-	ErrUnknownParent       = errors.New("block has unknown parent")
 )
 
 type hashCheckFn func(common.Hash) bool