summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc')
-rw-r--r--libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
index e4696cf7086..544d126ba6f 100644
--- a/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
+++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
@@ -25,8 +25,6 @@
// unspecified bool operator positive tests
int main()
{
- bool test __attribute__((unused)) = true;
-
std::error_code e1;
std::error_code e2(std::make_error_code(std::errc::operation_not_supported));