]> Sergey Matveev's repositories - btrtrc.git/blobdiff - global.go
Remove unused code
[btrtrc.git] / global.go
index a89659aeb2b720a9c9b36d9f5f3739dfeaaf696d..9e357c5678ab8e8fb52101880eb8c00af8d42946 100644 (file)
--- a/global.go
+++ b/global.go
@@ -63,7 +63,6 @@ var (
 
        uploadChunksPosted = expvar.NewInt("uploadChunksPosted")
        unexpectedCancels  = expvar.NewInt("unexpectedCancels")
-       postedCancels      = expvar.NewInt("postedCancels")
 
        pieceHashedCorrect    = expvar.NewInt("pieceHashedCorrect")
        pieceHashedNotCorrect = expvar.NewInt("pieceHashedNotCorrect")