Remove custom version of memcached (no longer needed).
[awesomized/libmemcached] / memcached / stats.h
diff --git a/memcached/stats.h b/memcached/stats.h
deleted file mode 100644 (file)
index 4a27ae9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* stats */
-void stats_prefix_init(void);
-void stats_prefix_clear(void);
-void stats_prefix_record_get(const char *key, const size_t nkey, const bool is_hit);
-void stats_prefix_record_delete(const char *key, const size_t nkey);
-void stats_prefix_record_set(const char *key, const size_t nkey);
-/*@null@*/
-char *stats_prefix_dump(int *length);