diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-11-16 11:12:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-11-16 11:12:09 +0200 |
commit | 45f597c564a343175c64adb7fad399a0460ba1d0 (patch) | |
tree | 006b36cb2cf4ce2951536c1791479bd0b8ea0b62 /src/common | |
parent | Merge pull request #4796 (diff) | |
parent | perf_timer: remove stray debug addition (diff) | |
download | monero-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.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; |