CmdPurge: Simplify implementation
This commit is contained in:
committed by
Paul Beckingham
parent
c04bdc48aa
commit
3e65c3af5e
@@ -33,6 +33,7 @@
|
||||
class CmdPurge : public Command
|
||||
{
|
||||
private:
|
||||
void purgeTask (Task& task, int& count);
|
||||
void handleDeps (Task& task);
|
||||
public:
|
||||
CmdPurge ();
|
||||
|
||||
Reference in New Issue
Block a user