aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-03-17 15:05:23 +0000
committerTamas Berghammer <tberghammer@google.com>2015-03-17 15:05:23 +0000
commit655b87f99dd546bcd94a2a3f4da3d189d6b0aebd (patch)
tree0cd4bf4899dbb0729e75369870fb79b370a30177 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
parenta45fed82e83c6fb117905b3432f06f87744b5cde (diff)
downloadllvm-655b87f99dd546bcd94a2a3f4da3d189d6b0aebd.zip
llvm-655b87f99dd546bcd94a2a3f4da3d189d6b0aebd.tar.gz
llvm-655b87f99dd546bcd94a2a3f4da3d189d6b0aebd.tar.bz2
Remove unused handler registreation from GDBRemoteCommunicationServerLLGS
llvm-svn: 232488
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
index aed0992..70e542c 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
@@ -113,8 +113,6 @@ GDBRemoteCommunicationServerLLGS::~GDBRemoteCommunicationServerLLGS()
void
GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers()
{
- RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_A,
- &GDBRemoteCommunicationServerLLGS::Handle_A);
RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_C,
&GDBRemoteCommunicationServerLLGS::Handle_C);
RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_c,