1
mirror of https://github.com/monero-project/monero synced 2024-09-07 18:55:30 +02:00

Merge pull request #4799

f4988454 perf_timer: remove stray debug addition (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-11-16 11:12:09 +02:00
commit 45f597c564
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -53,7 +53,6 @@ public:
void resume();
uint64_t value() const { return ticks; }
void set(uint64_t v){ticks=v;}
protected:
uint64_t ticks;