CLI2: Removed unused default constructor A::A
This commit is contained in:
@@ -43,12 +43,6 @@ int CLI2::minimumMatchLength = 3;
|
|||||||
// Alias expansion limit. Any more indicates some kind of error.
|
// Alias expansion limit. Any more indicates some kind of error.
|
||||||
static int safetyValveDefault = 10;
|
static int safetyValveDefault = 10;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
A2::A2 ()
|
|
||||||
: _lextype (Lexer::Type::word)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
A2::A2 (const std::string& raw, Lexer::Type lextype)
|
A2::A2 (const std::string& raw, Lexer::Type lextype)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
class A2
|
class A2
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
A2 ();
|
|
||||||
A2 (const std::string&, Lexer::Type);
|
A2 (const std::string&, Lexer::Type);
|
||||||
~A2 ();
|
~A2 ();
|
||||||
A2 (const A2&);
|
A2 (const A2&);
|
||||||
|
|||||||
Reference in New Issue
Block a user