Index: net/cert/internal/test_helpers.cc |
diff --git a/net/cert/internal/test_helpers.cc b/net/cert/internal/test_helpers.cc |
index 4194ae3e6a44665b2f05131160511d30e94dee65..71b9a26e90a69bd81cdd42e57d0b6c3ede3853d5 100644 |
--- a/net/cert/internal/test_helpers.cc |
+++ b/net/cert/internal/test_helpers.cc |
@@ -26,10 +26,6 @@ void PrintTo(const Input& data, ::std::ostream* os) { |
*os << "[" << b64 << "]"; |
} |
-bool operator==(const Input& a, const Input& b) { |
- return a.Equals(b); |
-} |
- |
} // namespace der |
der::Input SequenceValueFromString(const std::string* s) { |