From 655b87f99dd546bcd94a2a3f4da3d189d6b0aebd Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Tue, 17 Mar 2015 15:05:23 +0000 Subject: Remove unused handler registreation from GDBRemoteCommunicationServerLLGS llvm-svn: 232488 --- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp') 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, -- cgit v1.1