minor: Remove peer_data.clear().

This commit is contained in:
Steve Howell
2021-01-31 13:43:16 +00:00
committed by Tim Abbott
parent 58855e8224
commit 17ea215f18
2 changed files with 1 additions and 6 deletions

View File

@@ -140,7 +140,6 @@ exports.clear_subscriptions = function () {
// it should only be used in tests.
stream_info = new BinaryDict((sub) => sub.subscribed);
subs_by_stream_id = new Map();
peer_data.clear();
};
exports.clear_subscriptions();