From f49884543ce77a1bf132653fe1346d1603a4ea64 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 5 Nov 2018 00:34:16 +0000 Subject: [PATCH] perf_timer: remove stray debug addition --- src/common/perf_timer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/perf_timer.h b/src/common/perf_timer.h index 1d4dee5b5..584434a0d 100644 --- a/src/common/perf_timer.h +++ b/src/common/perf_timer.h @@ -53,7 +53,6 @@ public: void resume(); uint64_t value() const { return ticks; } -void set(uint64_t v){ticks=v;} protected: uint64_t ticks;