Skip to content
Snippets Groups Projects
Commit f1fa3830 authored by Julien Michel's avatar Julien Michel
Browse files

STY: Remove macro (not used anymore)

parent aa220599
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment