From 9da7f08eb0f34f52561a62d7cf1004621b7d83c2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 16 Jan 2023 17:51:57 +0100 Subject: Make file extensions abstract based on tool-chain type. --- src/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 3ebef41..9fa6be2 100644 --- a/src/util.h +++ b/src/util.h @@ -21,6 +21,4 @@ void append(T& a, const T& b) a.insert(a.end(), b.begin(), b.end()); } -ctor::target_type target_type_from_extension(const std::filesystem::path& file); - std::string esc(const std::string& in); -- cgit v1.2.3