mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
perf_timer: remove stray debug addition
This commit is contained in:
parent
7e2483e1d5
commit
f49884543c
@ -53,7 +53,6 @@ public:
|
||||
void resume();
|
||||
|
||||
uint64_t value() const { return ticks; }
|
||||
void set(uint64_t v){ticks=v;}
|
||||
|
||||
protected:
|
||||
uint64_t ticks;
|
||||
|
Loading…
Reference in New Issue
Block a user