diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-05 00:34:16 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-05 00:34:16 +0000 |
commit | f49884543ce77a1bf132653fe1346d1603a4ea64 (patch) | |
tree | 687b51f7c5d10a96ee67f64b6b5ff7cc29b3986d /src | |
parent | Merge pull request #4702 (diff) | |
download | monero-f49884543ce77a1bf132653fe1346d1603a4ea64.tar.xz |
perf_timer: remove stray debug addition
Diffstat (limited to 'src')
-rw-r--r-- | src/common/perf_timer.h | 1 |
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; |