1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

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;