Removed unused variable.

Review URL: https://webrtc-codereview.appspot.com/1320013

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3881 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2013-04-22 13:05:41 +00:00
parent aeff4f3003
commit 7c9e992d05

View File

@ -363,8 +363,6 @@ bool ViEChannelManager::SetRembStatus(int channel_id, bool sender,
}
ViEChannel* channel = ViEChannelPtr(channel_id);
assert(channel);
ViEEncoder* encoder = ViEEncoderPtr(channel_id);
assert(encoder);
return group->SetChannelRembStatus(channel_id, sender, receiver, channel);
}