From a6c79d4bcfd6a307311ca6f96bf2915e529255e0 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Fri, 16 Dec 2022 10:14:13 +0100 Subject: [PATCH] sdp: remove duplicate and shadowing variable BUG=webrtc:14420 Change-Id: I814e5d7ee13767d0c677ebfddfb9b3bcf808972a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288360 Reviewed-by: Harald Alvestrand Reviewed-by: Mirko Bonadei Commit-Queue: Philipp Hancke Cr-Commit-Position: refs/heads/main@{#38908} --- pc/sdp_offer_answer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pc/sdp_offer_answer.cc b/pc/sdp_offer_answer.cc index 8a9849d815..84a075630e 100644 --- a/pc/sdp_offer_answer.cc +++ b/pc/sdp_offer_answer.cc @@ -451,7 +451,6 @@ RTCError ValidateBundledPayloadTypes( // identical codec configuration. This means that the codecs MUST share // the same media type, encoding name, clock rate, and any parameter // that can affect the codec configuration and packetization. - std::map payload_to_codec_parameters; std::vector bundle_groups = description.GetGroupsByName(cricket::GROUP_TYPE_BUNDLE); for (const cricket::ContentGroup* bundle_group : bundle_groups) {