1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Remove self timing

This commit is contained in:
Peter Boyle 2022-08-31 17:32:49 -04:00
parent 06d7b88c78
commit 5abb19eab0

View File

@ -1251,10 +1251,6 @@ public:
return 0;
}
void ZeroCounters(void) { };
void Report(void) { };
};
NAMESPACE_END(Grid);