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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits