From b25810b9668abe8f7cc7db24326a98c1b017966e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 21 Jun 2021 21:39:46 +0200 Subject: Distinguish between host and target builds. --- task_cc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'task_cc.h') diff --git a/task_cc.h b/task_cc.h index 48910c3..ff701f9 100644 --- a/task_cc.h +++ b/task_cc.h @@ -33,7 +33,6 @@ public: private: std::vector flags() const; std::string flagsString() const; - std::string compiler() const; std::vector getCompilerArgs() const; std::filesystem::path sourceFile; -- cgit v1.2.3