From f1fa383015624e9e069597b26c41b08d5bf29d8a Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@cnes.fr>
Date: Mon, 12 Mar 2018 09:33:42 +0100
Subject: [PATCH] STY: Remove macro (not used anymore)

---
 Modules/Core/Common/src/otbConfigurationManager.cxx | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Modules/Core/Common/src/otbConfigurationManager.cxx b/Modules/Core/Common/src/otbConfigurationManager.cxx
index 48108116bf..6e4819539d 100644
--- a/Modules/Core/Common/src/otbConfigurationManager.cxx
+++ b/Modules/Core/Common/src/otbConfigurationManager.cxx
@@ -65,15 +65,6 @@ ConfigurationManager::RAMValueType ConfigurationManager::GetMaxRAMHint()
   return value;
 }
 
-
-#define level_macro(x) \
-  {                                                                     \
-    std::string target = #x;                                            \
-    if(std::equal(svalue.begin(),svalue.end(),target.begin(),target.end())) \
-      level = itk::LoggerBase::x;                                       \
-  }                                                                     \
-
-
 itk::LoggerBase::PriorityLevelType ConfigurationManager::GetLoggerLevel()
 {
   std::string svalue;
-- 
GitLab