type & squish

This commit is contained in:
Brad Davis 2015-03-19 17:24:58 -07:00
parent bf607e4c9c
commit 599fe09e75

View file

@ -112,7 +112,6 @@ BandwidthRecorder & getBandwidthRecorder(const QUuid & uuid) {
return *PEER_BANDWIDTH[uuid].data();
}
void NetworkPeer::recordBytesSent(int count) {
auto& bw = getBandwidthRecorder(_uuid);
bw.updateOutboundData(0, count);