diff options
Diffstat (limited to 'base/file_util_deprecated.h')
-rw-r--r-- | base/file_util_deprecated.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/file_util_deprecated.h b/base/file_util_deprecated.h index 45e60b7..9bafb31 100644 --- a/base/file_util_deprecated.h +++ b/base/file_util_deprecated.h @@ -49,8 +49,6 @@ void AppendToPath(std::wstring* path, const std::wstring& new_ending); FilePath::StringType GetFileExtensionFromPath(const FilePath& path); std::wstring GetFileExtensionFromPath(const std::wstring& path); -bool AbsolutePath(std::wstring* path); - // Use version that takes a FilePath. bool Delete(const std::wstring& path, bool recursive); bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path, |