mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Removed unused constructors
This commit is contained in:
parent
b62896e67c
commit
d6eae96689
2 changed files with 0 additions and 18 deletions
14
src/CLI2.cpp
14
src/CLI2.cpp
|
@ -56,20 +56,6 @@ A2::A2 (const std::string& raw, Lexer::Type lextype)
|
||||||
attribute ("raw", raw);
|
attribute ("raw", raw);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
A2::A2 (const int raw)
|
|
||||||
{
|
|
||||||
attribute ("raw", raw);
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
A2::A2 (const double raw)
|
|
||||||
{
|
|
||||||
attribute ("raw", raw);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
A2::~A2 ()
|
A2::~A2 ()
|
||||||
{
|
{
|
||||||
|
|
|
@ -40,10 +40,6 @@ class A2
|
||||||
public:
|
public:
|
||||||
A2 ();
|
A2 ();
|
||||||
A2 (const std::string&, Lexer::Type);
|
A2 (const std::string&, Lexer::Type);
|
||||||
/*
|
|
||||||
A2 (const std::string&, const int);
|
|
||||||
A2 (const std::string&, const double);
|
|
||||||
*/
|
|
||||||
~A2 ();
|
~A2 ();
|
||||||
A2 (const A2&);
|
A2 (const A2&);
|
||||||
A2& operator= (const A2&);
|
A2& operator= (const A2&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue