From 77cf1f8685d564d22560efd3ae93bce37fa72d23 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Tue, 4 Jun 2013 02:49:49 +0000 Subject: [PATCH] Doh --- stat.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stat.c b/stat.c index aecd7eb..eb197fb 100644 --- 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; -- 2.39.2