Skip to content

Commit e2bdf49

Browse files
committed
Merging r343369:
------------------------------------------------------------------------ r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line [cxx2a] Fix warning triggered by r343285 ------------------------------------------------------------------------ llvm-svn: 348452
1 parent 5d1a670 commit e2bdf49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-doc/BitcodeWriter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ class ClangDocBitcodeWriter {
161161
Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize);
162162
}
163163

164-
StreamSubBlockGuard() = default;
165164
StreamSubBlockGuard(const StreamSubBlockGuard &) = delete;
166165
StreamSubBlockGuard &operator=(const StreamSubBlockGuard &) = delete;
167166

0 commit comments

Comments
 (0)