]> Sergey Matveev's repositories - btrtrc.git/blobdiff - global.go
Do requests synchronously, and don't request from hashing or queued pieces
[btrtrc.git] / global.go
index 43b84ee192c2b00678bbdfedec2b9e5b05acada4..bbec4b5f93965e0df4db45c61548af0412a5a799 100644 (file)
--- a/global.go
+++ b/global.go
@@ -49,8 +49,4 @@ var (
        pieceInclinationsReused = expvar.NewInt("pieceInclinationsReused")
        pieceInclinationsNew    = expvar.NewInt("pieceInclinationsNew")
        pieceInclinationsPut    = expvar.NewInt("pieceInclinationsPut")
-
-       fillBufferSentCancels  = expvar.NewInt("fillBufferSentCancels")
-       fillBufferSentRequests = expvar.NewInt("fillBufferSentRequests")
-       numFillBuffers         = expvar.NewInt("numFillBuffers")
 )