From de50a7ac9c811aa30ae1da32ac15248b72588f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Wed, 4 Oct 2017 18:09:01 +0200 Subject: [PATCH] Removed old instance of profiler --- profiling.cc | 2 -- profiling.hh | 1 - 2 files changed, 3 deletions(-) diff --git a/profiling.cc b/profiling.cc index 5b422c0..e4dd40f 100644 --- a/profiling.cc +++ b/profiling.cc @@ -5,8 +5,6 @@ #include -T_Profiler T_Profiler::Profiler; - constexpr uint32_t T_Profiler::Samples; constexpr uint32_t T_Profiler::History; constexpr uint32_t T_Profiler::Invalid; diff --git a/profiling.hh b/profiling.hh index c7fd82e..63a42bf 100644 --- a/profiling.hh +++ b/profiling.hh @@ -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( );