Index: trunk/src/media/cast/congestion_control/congestion_control.cc |
=================================================================== |
--- trunk/src/media/cast/congestion_control/congestion_control.cc (revision 226266) |
+++ trunk/src/media/cast/congestion_control/congestion_control.cc (working copy) |
@@ -37,9 +37,6 @@ |
DCHECK_GE(start_bitrate, min_bitrate_configured) << "Invalid config"; |
} |
-CongestionControl::~CongestionControl() { |
-} |
- |
bool CongestionControl::OnAck(base::TimeDelta rtt, uint32* new_bitrate) { |
base::TimeTicks now = clock_->NowTicks(); |