diff options
Diffstat (limited to 'task.h')
-rw-r--r-- | task.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -16,10 +16,7 @@ public: const Settings& settings, const std::string& source); - void start(); - - int wait(); - + int run(); int clean(); std::vector<std::string> depends(); @@ -28,8 +25,6 @@ public: std::filesystem::path targetFile; std::filesystem::path depsFile; - std::future<int> future; - const BuildConfiguration& config; const Settings& settings; }; |