aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-11-05 00:34:16 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-11-05 00:34:16 +0000
commitf49884543ce77a1bf132653fe1346d1603a4ea64 (patch)
tree687b51f7c5d10a96ee67f64b6b5ff7cc29b3986d /src
parentMerge pull request #4702 (diff)
downloadmonero-f49884543ce77a1bf132653fe1346d1603a4ea64.tar.xz
perf_timer: remove stray debug addition
Diffstat (limited to 'src')
-rw-r--r--src/common/perf_timer.h1
1 files changed, 0 insertions, 1 deletions
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;