]> git.sesse.net Git - cubemap/blobdiff - input_stats.cpp
Two minor cleanups in the stats code.
[cubemap] / input_stats.cpp
index ce3841469c3ee0f92dcd06c9951cd611e75d0629..1edfbde52379b062407dfd8e31804e51733ef64a 100644 (file)
@@ -27,7 +27,6 @@ void InputStatsThread::do_work()
        while (!should_stop()) {
                int fd;
                FILE *fp;
-               vector<ClientStats> client_stats;
 
                // Open a new, temporary file.
                char *filename = strdup((stats_file + ".new.XXXXXX").c_str());