Skip to content
Snippets Groups Projects
Commit bb52b86d authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

ALFA_Geometry: Remove unused static class member.

Remove unused static class member (that also violates ATLAS naming conventions).


Former-commit-id: ba7789d4
parent 99e196e0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ class ALFA_ConfigParams ...@@ -24,7 +24,6 @@ class ALFA_ConfigParams
virtual ~ALFA_ConfigParams(); virtual ~ALFA_ConfigParams();
private: private:
static const char ms_szinvalid[];
bool m_bIsValid; bool m_bIsValid;
std::string m_strSection; std::string m_strSection;
MAPSTR2STR m_mapParams; MAPSTR2STR m_mapParams;
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
// Construction/Destruction // Construction/Destruction
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
const char ALFA_ConfigParams::ms_szinvalid[]="invalid";
ALFA_ConfigParams::ALFA_ConfigParams() ALFA_ConfigParams::ALFA_ConfigParams()
{ {
m_bIsValid=false; m_bIsValid=false;
......
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