diff options
-rw-r--r-- | llvm/include/llvm/ADT/StringRef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/StringRef.h b/llvm/include/llvm/ADT/StringRef.h index 0755d94f639..d8e0732719f 100644 --- a/llvm/include/llvm/ADT/StringRef.h +++ b/llvm/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; /// @} |