Ver Fonte

Remove unused comparison functions.

Jakob Borg há 11 anos atrás
pai
commit
bcb5f6f472
1 ficheiros alterados com 0 adições e 8 exclusões
  1. 0 8
      protocol/message.go

+ 0 - 8
protocol/message.go

@@ -32,14 +32,6 @@ func (f FileInfo) Size() (bytes int64) {
 	return
 }
 
-func (a FileInfo) Equals(b FileInfo) bool {
-	return a.Version == b.Version
-}
-
-func (a FileInfo) NewerThan(b FileInfo) bool {
-	return a.Version > b.Version
-}
-
 type BlockInfo struct {
 	Offset int64 // noencode (cache only)
 	Size   uint32