summaryrefslogtreecommitdiffstats
path: root/libcxxabi
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2014-09-08 13:56:36 +0000
committerAlexander Potapenko <glider@google.com>2014-09-08 13:56:36 +0000
commited92fb9322c3b7f80bab68fe0de5d9a0d1967eb9 (patch)
treed14987936407d1194718bdb4f27b20516e7a4674 /libcxxabi
parent9e3f269bd0d9c9377b5f7f80ab1d1eb8b4d144ed (diff)
downloadbcm5719-llvm-ed92fb9322c3b7f80bab68fe0de5d9a0d1967eb9.tar.gz
bcm5719-llvm-ed92fb9322c3b7f80bab68fe0de5d9a0d1967eb9.zip
Remove an unused typedef from __class_type_info::search_below_dst
to fix the -Wunused-local-typedef warning. llvm-svn: 217367
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/private_typeinfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxxabi/src/private_typeinfo.cpp b/libcxxabi/src/private_typeinfo.cpp
index c65dcabdd63..a4699ff67fd 100644
--- a/libcxxabi/src/private_typeinfo.cpp
+++ b/libcxxabi/src/private_typeinfo.cpp
@@ -957,7 +957,6 @@ __class_type_info::search_below_dst(__dynamic_cast_info* info,
int path_below,
bool use_strcmp) const
{
- typedef const __base_class_type_info* Iter;
if (is_equal(this, info->static_type, use_strcmp))
process_static_type_below_dst(info, current_ptr, path_below);
else if (is_equal(this, info->dst_type, use_strcmp))
OpenPOWER on IntegriCloud