diff options
Diffstat (limited to 'task_cc.h')
-rw-r--r-- | task_cc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ public: private: std::vector<std::string> flags() const; std::string flagsString() const; - std::string compiler() const; std::vector<std::string> getCompilerArgs() const; std::filesystem::path sourceFile; |