summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-03-25 20:46:07 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-03-25 20:46:07 +0000
commitb14037be8939488d00c6a7ec77c4360734718e69 (patch)
tree1126398ed3037ff2d8eb7d8571eea2c42bb3e3c6 /libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
parent6f7237d1f19725716e896cdb73f992d8c7d5d3f6 (diff)
downloadbcm5719-llvm-b14037be8939488d00c6a7ec77c4360734718e69.tar.gz
bcm5719-llvm-b14037be8939488d00c6a7ec77c4360734718e69.zip
Remove some erroneous code I was using to debug debug mode.
llvm-svn: 177908
Diffstat (limited to 'libcxx/test/containers/sequences/vector/db_cfront.pass.cpp')
-rw-r--r--libcxx/test/containers/sequences/vector/db_cfront.pass.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp b/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
index b924010e456..162760baa35 100644
--- a/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
OpenPOWER on IntegriCloud