summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/__bit_reference
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-03-11 07:22:13 +0000
committerdim <dim@FreeBSD.org>2015-03-11 07:22:13 +0000
commitca486604a94efeb04bab5f8547c749064f957a74 (patch)
treeaaebaabe82f5deba1b02a0cbaa769015af95b3d3 /contrib/libc++/include/__bit_reference
parent051c6169800f5164326f654da30438a6ec247108 (diff)
downloadFreeBSD-src-ca486604a94efeb04bab5f8547c749064f957a74.zip
FreeBSD-src-ca486604a94efeb04bab5f8547c749064f957a74.tar.gz
MFC r279757:
Pull in r228344 from upstream libc++ trunk (by Eric Fiselier): Get tests running with warnings. Fix warnings in headers and tests This fixes a number of -Wunused-local-typedef warnings in libc++ headers. MFC r279758: Fix another -Wunused-local-typedef warning in libc++, in include/__tree.
Diffstat (limited to 'contrib/libc++/include/__bit_reference')
-rw-r--r--contrib/libc++/include/__bit_reference1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libc++/include/__bit_reference b/contrib/libc++/include/__bit_reference
index 4938f44..5659ed0 100644
--- a/contrib/libc++/include/__bit_reference
+++ b/contrib/libc++/include/__bit_reference
@@ -906,7 +906,6 @@ rotate(__bit_iterator<_Cp, false> __first, __bit_iterator<_Cp, false> __middle,
{
typedef __bit_iterator<_Cp, false> _I1;
typedef typename _I1::difference_type difference_type;
- typedef typename _I1::__storage_type __storage_type;
difference_type __d1 = __middle - __first;
difference_type __d2 = __last - __middle;
_I1 __r = __first + __d2;
OpenPOWER on IntegriCloud