summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-12-06 03:14:46 +0000
committerTom Stellard <tstellar@redhat.com>2018-12-06 03:14:46 +0000
commit043672957f9573e28be37ad79b0780ef43aa5b05 (patch)
treeb954d08ab0626ed6dee12f12b9099692604b5c56
parent6007514f589d569e0f04aa697a63cd0b4127718e (diff)
Merging r343369:
------------------------------------------------------------------------ r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line [cxx2a] Fix warning triggered by r343285 ------------------------------------------------------------------------
-rw-r--r--clang-tools-extra/clang-doc/BitcodeWriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-doc/BitcodeWriter.h b/clang-tools-extra/clang-doc/BitcodeWriter.h
index 8aa38e142b0..3d8a68fbc84 100644
--- a/clang-tools-extra/clang-doc/BitcodeWriter.h
+++ b/clang-tools-extra/clang-doc/BitcodeWriter.h
@@ -161,7 +161,6 @@ private:
Stream.EnterSubblock(ID, BitCodeConstants::SubblockIDSize);
}
- StreamSubBlockGuard() = default;
StreamSubBlockGuard(const StreamSubBlockGuard &) = delete;
StreamSubBlockGuard &operator=(const StreamSubBlockGuard &) = delete;