From: NAKAMURA Takumi Date: Thu, 5 Nov 2015 05:47:46 +0000 (+0000) Subject: MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f8bc54d01330992ca8bc7c175a63824a77b07db6;p=oota-llvm.git 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 --- 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); /// @}