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) {