diff options
Diffstat (limited to 'file.cpp')
-rw-r--r-- | file.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ #include <fstream> -namespace fs = std::filesystem; - std::vector<uint8_t> File::getFile(const fs::path& filename) { std::ifstream file(filename.string(), std::ios::in | std::ios::binary | std::ios::ate); |