summaryrefslogtreecommitdiffstats
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
commit0a40e92517f21f97c48ddbcad52506d2ad2bb333 (patch)
tree3db36db3d6abc68983a4f7d84be90df1e3d20b50
parent6e5430bd15c6bdef149484a5529794b35b0961ac (diff)
Merging r343369:upstream/release_70
------------------------------------------------------------------------ r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line [cxx2a] Fix warning triggered by r343285 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_70@348452 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clang-doc/BitcodeWriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-doc/BitcodeWriter.h b/clang-doc/BitcodeWriter.h
index 8aa38e14..3d8a68fb 100644
--- a/clang-doc/BitcodeWriter.h
+++ b/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;