CmdPurge: Simplify implementation

This commit is contained in:
Tomas Babej
2016-03-20 15:45:15 +01:00
committed by Paul Beckingham
parent c04bdc48aa
commit 3e65c3af5e
2 changed files with 17 additions and 7 deletions

View File

@@ -33,6 +33,7 @@
class CmdPurge : public Command
{
private:
void purgeTask (Task& task, int& count);
void handleDeps (Task& task);
public:
CmdPurge ();