Removed old instance of profiler

This commit is contained in:
Emmanuel BENOîT 2017-10-04 18:09:01 +02:00
parent 32dd23abf1
commit de50a7ac9c
2 changed files with 0 additions and 3 deletions

View file

@ -5,8 +5,6 @@
#include <time.h>
T_Profiler T_Profiler::Profiler;
constexpr uint32_t T_Profiler::Samples;
constexpr uint32_t T_Profiler::History;
constexpr uint32_t T_Profiler::Invalid;

View file

@ -14,7 +14,6 @@ struct T_Profiler
static constexpr uint32_t Samples = 4;
static constexpr uint32_t History = 4;
static constexpr uint32_t Invalid = 0xffffffff;
static T_Profiler Profiler;
void clear( );