From 07915c710f4b74b9635a7573e7cc6c936809ba48 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 15 Oct 2023 21:46:39 +0200 Subject: mico-store: cleanup --- mico-store.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mico-store.c b/mico-store.c index 6ee1833..f92d592 100644 --- a/mico-store.c +++ b/mico-store.c @@ -3,12 +3,10 @@ #include #include #include +#include #include -#define STB_DS_IMPLEMENTATION -#include "stb_ds.h" - #define MICO_HEADER "\211MiC\r\n\032\n" struct event { @@ -21,8 +19,6 @@ struct metric { struct event *value; // array }; -struct metric *metrics; - int timecmp(const void *a, const void *b) { @@ -193,8 +189,6 @@ write_stream(char *name) int main(int argc, char *argv[]) { - sh_new_arena(metrics); - char name[255]; char lastname[255]; -- cgit 1.4.1