[clang-tools-extra] r343369 - [cxx2a] Fix warning triggered by r343285

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 28 19:17:13 PDT 2018


Author: vitalybuka
Date: Fri Sep 28 19:17:12 2018
New Revision: 343369

URL: http://llvm.org/viewvc/llvm-project?rev=343369&view=rev
Log:
[cxx2a] Fix warning triggered by r343285

Modified:
    clang-tools-extra/trunk/clang-doc/BitcodeWriter.h

Modified: clang-tools-extra/trunk/clang-doc/BitcodeWriter.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-doc/BitcodeWriter.h?rev=343369&r1=343368&r2=343369&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-doc/BitcodeWriter.h (original)
+++ clang-tools-extra/trunk/clang-doc/BitcodeWriter.h Fri Sep 28 19:17:12 2018
@@ -169,7 +169,6 @@ private:
       Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize);
     }
 
-    StreamSubBlockGuard() = default;
     StreamSubBlockGuard(const StreamSubBlockGuard &) = delete;
     StreamSubBlockGuard &operator=(const StreamSubBlockGuard &) = delete;
 




More information about the cfe-commits mailing list