Remove unused vars and const

This commit is contained in:
Alexander Neumann
2015-03-28 15:28:08 +01:00
parent f157f775da
commit 223108c6ae
6 changed files with 3 additions and 15 deletions
-1
View File
@@ -316,7 +316,6 @@ func (s Server) Key() *Key {
type ServerStats struct {
Blobs, Trees uint
Bytes uint64
}
// Stats returns statistics for this backend and the server.