mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 22:20:37 +02:00
Command: Dead code removal
This commit is contained in:
parent
e8fe6ef773
commit
92f79c682b
2 changed files with 0 additions and 44 deletions
|
@ -36,9 +36,6 @@ class Command
|
|||
{
|
||||
public:
|
||||
Command ();
|
||||
Command (const Command&);
|
||||
Command& operator= (const Command&);
|
||||
bool operator== (const Command&) const; // TODO Is this necessary?
|
||||
virtual ~Command ();
|
||||
|
||||
static void factory (std::map <std::string, Command*>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue