summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/25_algorithms/copy/34595.cc')
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/copy/34595.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc b/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc
index f33235d6bc8..ad7452b0da5 100644
--- a/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc
@@ -38,8 +38,6 @@ public:
// libstdc++/34595
void test01()
{
- bool test __attribute__((unused)) = true;
-
int t[10] = {0,};
Counting_output_iterator cnt;
std::size_t res = std::copy(t+0, t+5, cnt).current_counter();