diff --git a/src/workers/Hashrate.cpp b/src/workers/Hashrate.cpp index 2f426204..bdbaceb3 100644 --- a/src/workers/Hashrate.cpp +++ b/src/workers/Hashrate.cpp @@ -88,7 +88,6 @@ void Hashrate::set_threads(const size_t threads) } } - double Hashrate::calc(size_t ms) const { double result = 0.0;