Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class
authorPavel Labath <labath@google.com>
Tue, 16 Aug 2016 09:36:29 +0000 (09:36 +0000)
committerPavel Labath <labath@google.com>
Tue, 16 Aug 2016 09:36:29 +0000 (09:36 +0000)
commit5a123c4e37d9969a7c1a0d2b470db9330267817b
tree9b3fae0bda330f212f043a1060207e7dcd472c75
parent6cd8c9a9d684698a0a9140db22da8cd8a5f73f76
Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class

Despite its comment, the function is only used in the Client class, and its presence was merely
complicating mock implementation in unit tests.

llvm-svn: 278785
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp