aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Logging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Logging.hpp')
-rw-r--r--include/armnn/Logging.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/armnn/Logging.hpp b/include/armnn/Logging.hpp
index d18072a22d..6336e96d8c 100644
--- a/include/armnn/Logging.hpp
+++ b/include/armnn/Logging.hpp
@@ -156,11 +156,7 @@ public:
{
}
- static SimpleLogger& Get()
- {
- static SimpleLogger<Level> logger;
- return logger;
- }
+ static SimpleLogger& Get();
void Enable(bool enable = true)
{