mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
perf_timer: remove stray debug addition
This commit is contained in:
parent
7e2483e1d5
commit
f49884543c
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue