remove test code

This commit is contained in:
Lion Kortlepel
2024-03-07 00:42:36 +01:00
parent 590b159f14
commit e4826e8bf1
3 changed files with 0 additions and 13 deletions

View File

@@ -23,7 +23,6 @@ struct Stats {
double min;
double max;
size_t n;
size_t total_calls;
};
/// Calculates and stores the moving average over K samples of execution time data