mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Remove Path::getDirname.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -200,11 +200,6 @@ namespace sys {
|
||||
/// @brief Determines if the path name is empty (invalid).
|
||||
bool isEmpty() const { return path.empty(); }
|
||||
|
||||
/// This function strips off the suffix of the path beginning with the
|
||||
/// path separator ('/' on Unix, '\' on Windows) and returns the result.
|
||||
LLVM_ATTRIBUTE_DEPRECATED(StringRef getDirname() const,
|
||||
LLVM_PATH_DEPRECATED_MSG(path::parent_path));
|
||||
|
||||
/// This function strips off the path and basename(up to and
|
||||
/// including the last dot) of the file or directory name and
|
||||
/// returns just the suffix. For example /a/foo.bar would cause
|
||||
|
||||
Reference in New Issue
Block a user