Remove unused comparison functions.

This commit is contained in:
Jakob Borg 2014-07-18 11:43:42 +02:00
parent 74fd4a3722
commit bcb5f6f472
1 changed files with 0 additions and 8 deletions

View File

@ -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