From f8bc54d01330992ca8bc7c175a63824a77b07db6 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 5 Nov 2015 05:47:46 +0000 Subject: [PATCH] MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252148 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCStreamer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h index 5b4f07240b0..67e24420113 100644 --- a/include/llvm/MC/MCStreamer.h +++ b/include/llvm/MC/MCStreamer.h @@ -611,7 +611,6 @@ public: /// \param Offset - The offset to reach. This may be an expression, but the /// expression must be associated with the current section. /// \param Value - The value to use when filling bytes. - /// \return false on success, true if the offset was invalid. virtual void emitValueToOffset(const MCExpr *Offset, unsigned char Value = 0); /// @} -- 2.34.1