Fix package dependencies
[memstore.git] / memcache / util.lisp
index 50286a39d134c6b045918231ac6096dbe8e16c0b..858e26467e99dc0fa0b1583f850e83473a5b59a3 100644 (file)
@@ -68,8 +68,6 @@
                (:td (format stream "Current items stored in server")) (:td (format stream "~a" (memcache::mc-stats-curr-items stats))))
               (:tr
                (:td (format stream "Current items total")) (:td (:b (format stream "~a" (memcache::mc-stats-curr-items-total stats)))))
-              (:tr
-               (:td (format stream "Current bytes used by server to store items")) (:td (format stream "~a MB" (float (/ (memcache::mc-stats-bytes stats) 1048576)))))
               (:tr
                (:td (format stream "Number of open connections")) (:td (format stream "~a" (memcache::mc-stats-curr-connections stats))))
               (:tr