This is still used and issuing an annoying warning. Don't deprecate something in

the library unless *all* uses have been converted over to the new form.

llvm-svn: 122267
This commit is contained in:
Bill Wendling 2010-12-20 21:14:18 +00:00
parent a6846833ea
commit b0602a6b0f
1 changed files with 3 additions and 3 deletions

View File

@ -311,9 +311,9 @@ namespace sys {
/// This function determines if the path name is absolute, as opposed to
/// relative.
/// @brief Determine if the path is absolute.
LLVM_ATTRIBUTE_DEPRECATED(
bool isAbsolute() const,
LLVMV_PATH_DEPRECATED_MSG(path::is_absolute));
//FIXME: LLVM_ATTRIBUTE_DEPRECATED(
bool isAbsolute() const;
//FIXME: LLVMV_PATH_DEPRECATED_MSG(path::is_absolute));
/// This function determines if the path name is absolute, as opposed to
/// relative.