CLI2: Removed unused constructors
This commit is contained in:
14
src/CLI2.cpp
14
src/CLI2.cpp
@@ -56,20 +56,6 @@ A2::A2 (const std::string& raw, Lexer::Type lextype)
|
||||
attribute ("raw", raw);
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
A2::A2 (const int raw)
|
||||
{
|
||||
attribute ("raw", raw);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
A2::A2 (const double raw)
|
||||
{
|
||||
attribute ("raw", raw);
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
A2::~A2 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user