From 7625374502283c56bf30b57a5e4ad44ad9aa2510 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 21 Nov 2016 23:17:15 +0000 Subject: [PATCH] Remove LLVM_NODISCARD in one more place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287596 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/StringRef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/ADT/StringRef.h b/include/llvm/ADT/StringRef.h index 0755d94f639..d8e0732719f 100644 --- a/include/llvm/ADT/StringRef.h +++ b/include/llvm/ADT/StringRef.h @@ -558,7 +558,6 @@ namespace llvm { /// /// APInt::fromString is superficially similar but assumes the /// string is well-formed in the given radix. - LLVM_NODISCARD bool getAsInteger(unsigned Radix, APInt &Result) const; /// @} -- 2.50.1