From d6967693a1aadcc371984320877306965ce64859 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 11 Oct 2018 19:07:31 +0200 Subject: [PATCH] Removed extra line --- src/workers/Hashrate.cpp | 1 - 1 file changed, 1 deletion(-) 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;