MC: Prune \return corresponding to r239552. [-Wdocumentation]
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 4dd53df25ec27b87702dd24a1e56e3c7bd16167b..28bf53b5e788963843df9aaf557f4e05c76100af 100644 (file)
@@ -639,7 +639,6 @@ public:
   /// Emit the absolute difference between two symbols.
   ///
   /// \pre Offset of \c Hi is greater than the offset \c Lo.
-  /// \return true on success.
   virtual void emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo,
                                       unsigned Size);