Index: net/quic/congestion_control/receive_algorithm_interface.cc |
diff --git a/net/quic/congestion_control/receive_algorithm_interface.cc b/net/quic/congestion_control/receive_algorithm_interface.cc |
index 91d29dcd4e82782a6b02833a9cc216a0ac0d7fbe..812aa461d5fb595f7aea24d83ea5e82b420e19f5 100644 |
--- a/net/quic/congestion_control/receive_algorithm_interface.cc |
+++ b/net/quic/congestion_control/receive_algorithm_interface.cc |
@@ -14,9 +14,6 @@ ReceiveAlgorithmInterface* ReceiveAlgorithmInterface::Create( |
switch (type) { |
case kTCP: |
return new TcpReceiver(); |
- case kTimestamp: |
- LOG(DFATAL) << "Timestamp congestion feedback is not supported"; |
- return NULL; |
} |
return NULL; |
} |