Removes unused thread causing compiler warnings.
BUG=N/A R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11369004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5859 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -99,7 +99,7 @@ class SocketClient : public TestGenerator, public sigslot::has_slots<> {
|
||||
class MessageClient : public MessageHandler, public TestGenerator {
|
||||
public:
|
||||
MessageClient(Thread* pth, Socket* socket)
|
||||
: thread_(pth), socket_(socket) {
|
||||
: socket_(socket) {
|
||||
}
|
||||
|
||||
virtual ~MessageClient() {
|
||||
@ -114,7 +114,6 @@ class MessageClient : public MessageHandler, public TestGenerator {
|
||||
}
|
||||
|
||||
private:
|
||||
Thread* thread_;
|
||||
Socket* socket_;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user