summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc
index c9545c80f58..e2f2d8c35fd 100644
--- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc
+++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc
@@ -34,8 +34,6 @@ void test01()
{
using namespace std;
typedef istreambuf_iterator<char> iterator_type;
-
- bool test __attribute__((unused)) = true;
istringstream iss1, iss2;
iss1.imbue(locale(iss1.getloc(), new Punct));