aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-01 18:16:02 +0000
committerChris Lattner <sabre@nondot.org>2006-08-01 18:16:02 +0000
commit0d167276dddff2775d120c1a44842e0a3ecd283c (patch)
treee62198a811ff36b1de2d0788bab5c7a807c26e4e /include
parent33b0e9c644838667262f40199b94b20a3524ae4a (diff)
downloadexternal_llvm-0d167276dddff2775d120c1a44842e0a3ecd283c.zip
external_llvm-0d167276dddff2775d120c1a44842e0a3ecd283c.tar.gz
external_llvm-0d167276dddff2775d120c1a44842e0a3ecd283c.tar.bz2
Remove some now-dead methods. Use getFileStatus instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/System/Path.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index c2fb2b9..ef946f1 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -259,28 +259,6 @@ namespace sys {
/// @name Disk Accessors
/// @{
public:
- /// This function determines if the object referenced by this path is
- /// a file or not. This function accesses the underlying file system to
- /// determine the type of entity referenced by the path.
- /// @returns true if this path name references a file.
- /// @brief Determines if the path name references a file.
- bool isFile() const;
-
- /// This function determines if the object referenced by this path is a
- /// directory or not. This function accesses the underlying file system to
- /// determine the type of entity referenced by the path.
- /// @returns true if the path name references a directory
- /// @brief Determines if the path name references a directory.
- bool isDirectory() const;
-
- /// This function determines if the path refers to a hidden file. The
- /// notion of hidden files is defined by the underlying system. The
- /// system may not support hidden files in which case this function always
- /// returns false on such systems. Hidden files have the "hidden"
- /// attribute set on Win32. On Unix, hidden files start with a period.
- /// @brief Determines if the path name references a hidden file.
- bool isHidden() const;
-
/// This function determines if the path name in this object references
/// the root (top level directory) of the file system. The details of what
/// is considered the "root" may vary from system to system so this method