From 6154309f0cd3ed5071996951465808f2503e2eb1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Mar 2020 18:30:04 +0200 Subject: mcc produces first dummy executable --- file.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'file.cpp') diff --git a/file.cpp b/file.cpp index 5e17d1a..72522b3 100644 --- a/file.cpp +++ b/file.cpp @@ -4,8 +4,6 @@ #include -namespace fs = std::filesystem; - std::vector File::getFile(const fs::path& filename) { std::ifstream file(filename.string(), std::ios::in | std::ios::binary | std::ios::ate); -- cgit v1.2.3