Merge pull request #4799

f4988454 perf_timer: remove stray debug addition (moneromooo-monero)
release-v0.5.0
Riccardo Spagni 6 years ago
commit 45f597c564
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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…
Cancel
Save