From 8a93e7e284721e5b0f5e9aedaaa5328ce7fac099 Mon Sep 17 00:00:00 2001
From: Dmitrij Naumov <dmitrij@naumov.de>
Date: Wed, 31 Oct 2012 14:08:27 +0100
Subject: [PATCH] Remove getFileNameFromPath() from interface.

---
 BaseLib/FileTools.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/BaseLib/FileTools.h b/BaseLib/FileTools.h
index d85cabd9ce3..b33a3571549 100644
--- a/BaseLib/FileTools.h
+++ b/BaseLib/FileTools.h
@@ -54,11 +54,6 @@ template <typename T> void writeValueBinary(std::ostream &out, T const& val)
  */
 void truncateFile( std::string const& file_path);
 
-/**
- * Extract the filename from a path
- */
-std::string getFileNameFromPath(const std::string &str, bool with_extension = false);
-
 /**
  * Extracts basename from given pathname with extension.
  */
-- 
GitLab