From: Bill Wendling Date: Mon, 20 Dec 2010 21:14:18 +0000 (+0000) Subject: This is still used and issuing an annoying warning. Don't deprecate something in X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=d7a0852464ab05327e949fc232138a2b85e4c177 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h index 5026f2cd12d..b1b61b6c9a8 100644 --- a/include/llvm/Support/PathV1.h +++ b/include/llvm/Support/PathV1.h @@ -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.