From 8c493ead6366b552adee796de296936b78f34c5a Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Sat, 17 May 2014 17:03:43 -0700 Subject: [4.9] Refresh GCC 4.9 to the 20140514 snapshot. For critical bug fixes including devirtualization and codegen. Change-Id: I8138d3dc408fc12db5eecb01d2753d39219712f2 --- gcc-4.9/libstdc++-v3/testsuite/experimental/optional/relops/1.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc-4.9/libstdc++-v3/testsuite/experimental/optional/relops/1.cc') diff --git a/gcc-4.9/libstdc++-v3/testsuite/experimental/optional/relops/1.cc b/gcc-4.9/libstdc++-v3/testsuite/experimental/optional/relops/1.cc index f1408805a..3f1ee9c49 100644 --- a/gcc-4.9/libstdc++-v3/testsuite/experimental/optional/relops/1.cc +++ b/gcc-4.9/libstdc++-v3/testsuite/experimental/optional/relops/1.cc @@ -36,10 +36,6 @@ namespace ns operator==(value_type const& lhs, value_type const& rhs) { return std::tie(lhs.i, lhs.s) == std::tie(rhs.i, rhs.s); } - bool - operator!=(value_type const& lhs, value_type const& rhs) - { return !(lhs == rhs); } - bool operator<(value_type const& lhs, value_type const& rhs) { return std::tie(lhs.i, lhs.s) < std::tie(rhs.i, rhs.s); } -- cgit v1.2.3