Bug 1433534: Removed the comment referencing this bug, r=dminor draft
authorJohannes Willbold <j.willbold@mozilla.com>
Fri, 29 Jun 2018 15:47:50 -0700
changeset 815667 e402f5844508f5b9809b9ad40184f88aba3574be
parent 812757 28ad9a9e95d518e1163e550ae19c972aabb44df5
push id115601
push userbmo:johannes.willbold@rub.de
push dateMon, 09 Jul 2018 17:11:23 +0000
reviewersdminor
bugs1433534
milestone63.0a1
Bug 1433534: Removed the comment referencing this bug, r=dminor Nothing to do for this bug. All TODOs were solved by previous tickets. MozReview-Commit-ID: JFvWvGRlJvy
media/webrtc/signaling/src/sdp/RsdparsaSdpMediaSection.cpp
--- a/media/webrtc/signaling/src/sdp/RsdparsaSdpMediaSection.cpp
+++ b/media/webrtc/signaling/src/sdp/RsdparsaSdpMediaSection.cpp
@@ -1,16 +1,14 @@
 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* vim: set ts=2 et sw=2 tw=80: */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-// Bug 1433534 tracks cleaning up the TODOs in the file
-
 #include "signaling/src/sdp/SdpMediaSection.h"
 #include "signaling/src/sdp/RsdparsaSdpMediaSection.h"
 
 #include "signaling/src/sdp/RsdparsaSdpGlue.h"
 #include "signaling/src/sdp/RsdparsaSdpInc.h"
 
 #include <ostream>
 #include "signaling/src/sdp/SdpErrorHolder.h"