bt: remove unused Tracker interface
This commit is contained in:
parent
486e898ce9
commit
6cd505269e
1 changed files with 0 additions and 6 deletions
|
@ -135,9 +135,3 @@ type ClientError string
|
|||
|
||||
// Error implements the error interface for ClientError.
|
||||
func (c ClientError) Error() string { return string(c) }
|
||||
|
||||
// Tracker represents an implementation of the BitTorrent tracker protocol.
|
||||
type Tracker interface {
|
||||
ListenAndServe() error
|
||||
Stop()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue