Index: net/test/test_server.cc |
diff --git a/net/test/test_server.cc b/net/test/test_server.cc |
index d76430d2226bbd284b77332c621f15f793a3e676..faf10900020688d6b32d6a397cddbaf55549c7da 100644 |
--- a/net/test/test_server.cc |
+++ b/net/test/test_server.cc |
@@ -39,12 +39,6 @@ namespace net { |
namespace { |
-// Number of connection attempts for tests. |
-const int kServerConnectionAttempts = 10; |
- |
-// Connection timeout in milliseconds for tests. |
-const int kServerConnectionTimeoutMs = 1000; |
- |
std::string GetHostname(TestServer::Type type, |
const TestServer::HTTPSOptions& options) { |
if (type == TestServer::TYPE_HTTPS && |