mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +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);
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
A2::A2 (const int raw)
|
||||
{
|
||||
attribute ("raw", raw);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
A2::A2 (const double raw)
|
||||
{
|
||||
attribute ("raw", raw);
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
A2::~A2 ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue