summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--libcxx/test/containers/sequences/vector/db_back.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_cback.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_cfront.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_front.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp2
-rw-r--r--libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp2
12 files changed, 0 insertions, 24 deletions
diff --git a/libcxx/test/containers/sequences/vector/db_back.pass.cpp b/libcxx/test/containers/sequences/vector/db_back.pass.cpp
index 40b2b5623fe..c6115fa4cc4 100644
--- a/libcxx/test/containers/sequences/vector/db_back.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_back.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_cback.pass.cpp b/libcxx/test/containers/sequences/vector/db_cback.pass.cpp
index 709535cf053..193f5ec7932 100644
--- a/libcxx/test/containers/sequences/vector/db_cback.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_cback.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
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>
diff --git a/libcxx/test/containers/sequences/vector/db_front.pass.cpp b/libcxx/test/containers/sequences/vector/db_front.pass.cpp
index 320c9de1ecb..04f9286279b 100644
--- a/libcxx/test/containers/sequences/vector/db_front.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_front.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp
index 6450e87616c..57c13d42eae 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_1.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp
index a36209b1645..3939517ebba 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_2.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp
index b57ccf02277..7e14f357160 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_3.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp
index 68d0a5d3e9f..81c6187b79a 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_4.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp
index 8c0614e502f..85b07cdd2ed 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_5.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp
index c85a2514f9c..25e19c61dad 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_6.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp
index 7d7c4bfdd52..5c2d15897be 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_7.pass.cpp
@@ -13,8 +13,6 @@
#if _LIBCPP_DEBUG2 >= 1
-struct X {};
-
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
#include <vector>
diff --git a/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp b/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp
index e6bb3b7ddf0..79e7ccc4c47 100644
--- a/libcxx/test/containers/sequences/vector/db_iterators_8.pass.cpp
+++ b/libcxx/test/containers/sequences/vector/db_iterators_8.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