From c50b7554cfd23b53107f2a2917a0be22a68b0c11 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 7 Jan 2025 07:26:39 +0100 Subject: Move readDeps function to its own file. --- src/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index af5bbd6..0a90049 100644 --- a/src/util.h +++ b/src/util.h @@ -12,7 +12,6 @@ std::string to_lower(const std::string& str); std::string readFile(const std::string& fileName); -std::vector readDeps(const std::string& depFile); ctor::language languageFromExtension(const std::filesystem::path& file); std::string cleanUp(const std::string& path); -- cgit v1.2.3