summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc')
-rw-r--r--libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
index 47685032ebe..887671e1516 100644
--- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
+++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
@@ -27,7 +27,6 @@
// Tests the value() function of the regex_traits<char> class.
void test01()
{
- bool test __attribute__((unused)) = true;
std::tr1::regex_traits<char> t;
VERIFY( t.value('7', 8) == 7 );
VERIFY( t.value('7', 10) == 7 );