aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/iomanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/iomanager.cpp')
-rw-r--r--yage/core/iomanager.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/yage/core/iomanager.cpp b/yage/core/iomanager.cpp
index 487ef8a9..b4e6847e 100644
--- a/yage/core/iomanager.cpp
+++ b/yage/core/iomanager.cpp
@@ -42,11 +42,6 @@ bool readFileToBuffer(const std::string &file_path,
return true;
}
-std::string parentDirectory(std::string file_path)
-{
- return std::regex_replace(file_path, std::regex("(.*)/.*"), "$1");
-}
-
}
} // namespace yage