]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Doh
authorDale Weiler <killfieldengine@gmail.com>
Tue, 4 Jun 2013 02:49:49 +0000 (02:49 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 4 Jun 2013 02:49:49 +0000 (02:49 +0000)
stat.c

diff --git a/stat.c b/stat.c
index aecd7ebcd9619e81b3d3f5632e7a5a0eccb0eeb0..eb197fb36a8a15490f3010346297fab72930e4dd 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -26,12 +26,6 @@ typedef struct {
     size_t value;
 } stat_size_entry_t, **stat_size_table_t;
 
-typedef struct {
-    uint64_t used;
-    uint64_t type;
-    uint64_t size;
-} stat_entry_t;
-
 static uint64_t          stat_mem_allocated         = 0;
 static uint64_t          stat_mem_deallocated       = 0;
 static uint64_t          stat_mem_allocated_total   = 0;