X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input_stats.cpp;h=1edfbde52379b062407dfd8e31804e51733ef64a;hp=ce3841469c3ee0f92dcd06c9951cd611e75d0629;hb=d4bc12548cd825607e257cbe01f3136ed524cb10;hpb=bd694fdd3dd1417399aecead2c8b91fc4fe95ce8 diff --git a/input_stats.cpp b/input_stats.cpp index ce38414..1edfbde 100644 --- a/input_stats.cpp +++ b/input_stats.cpp @@ -27,7 +27,6 @@ void InputStatsThread::do_work() while (!should_stop()) { int fd; FILE *fp; - vector client_stats; // Open a new, temporary file. char *filename = strdup((stats_file + ".new.XXXXXX").c_str());