From 05e5fe4067ef7558240491ae51c78b579f13e7a0 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 May 2018 09:21:52 +0100 Subject: Removing parentDirectory, as it's not needed --- yage/core/iomanager.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'yage/core/iomanager.h') diff --git a/yage/core/iomanager.h b/yage/core/iomanager.h index 556cffb4..adf91ace 100644 --- a/yage/core/iomanager.h +++ b/yage/core/iomanager.h @@ -21,8 +21,6 @@ namespace IoManager extern bool readFileToBuffer(const std::string &file_path, std::vector &buffer); -extern std::string parentDirectory(std::string file_path); - } } // namespace yage -- cgit