1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove GetNewId() from Profiler interface.

This commit is contained in:
Bartosz Taudul
2017-09-27 01:02:04 +02:00
parent f584bf76e8
commit 3cc7cc596e
2 changed files with 4 additions and 6 deletions
-1
View File
@@ -32,7 +32,6 @@ public:
Profiler();
~Profiler();
static uint64_t GetNewId();
static int64_t GetTime()
{
#if defined _MSC_VER || defined __CYGWIN__