aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-11-16 11:12:09 +0200
committerRiccardo Spagni <ric@spagni.net>2018-11-16 11:12:09 +0200
commit45f597c564a343175c64adb7fad399a0460ba1d0 (patch)
tree006b36cb2cf4ce2951536c1791479bd0b8ea0b62 /src/common
parentMerge pull request #4796 (diff)
parentperf_timer: remove stray debug addition (diff)
downloadmonero-45f597c564a343175c64adb7fad399a0460ba1d0.tar.xz
Merge pull request #4799
f4988454 perf_timer: remove stray debug addition (moneromooo-monero)
Diffstat (limited to 'src/common')
-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;