talk/p2p/base: removed unused variable "port_"
BUG=N/A R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/30419004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7212 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
5a098c51ea
commit
4a5061fbff
@ -601,8 +601,7 @@ class TestPortAllocatorSession : public cricket::PortAllocatorSession {
|
||||
network_("network", "unittest",
|
||||
rtc::IPAddress(INADDR_LOOPBACK), 8),
|
||||
socket_factory_(rtc::Thread::Current()),
|
||||
running_(false),
|
||||
port_(28653) {
|
||||
running_(false) {
|
||||
network_.AddIP(address_.ipaddr());
|
||||
}
|
||||
|
||||
@ -655,7 +654,6 @@ class TestPortAllocatorSession : public cricket::PortAllocatorSession {
|
||||
rtc::Network network_;
|
||||
rtc::BasicPacketSocketFactory socket_factory_;
|
||||
bool running_;
|
||||
int port_;
|
||||
};
|
||||
|
||||
class TestPortAllocator : public cricket::PortAllocator {
|
||||
|
Loading…
x
Reference in New Issue
Block a user