Remove two dead 'using' instances.

BUG=
TBR=pthatcher@webrtc.org, stefan@webrtc.org

Review URL: https://codereview.webrtc.org/1609563003 .

Cr-Commit-Position: refs/heads/master@{#11296}
This commit is contained in:
Peter Boström 2016-01-19 00:24:27 +01:00
parent 2067826a5e
commit 8d6fab8fac
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
namespace webrtc {
using RtpUtility::Payload;
using RtpUtility::StringCompare;
RtpReceiver* RtpReceiver::CreateVideoReceiver(
Clock* clock,

View File

@ -28,7 +28,6 @@
#include "webrtc/base/logging.h"
using rtc::CreateRandomId;
using rtc::CreateRandomString;
namespace {