Author: tberghammer
Date: Tue Mar 17 10:05:23 2015
New Revision: 232488
URL: http://llvm.org/viewvc/llvm-project?rev=232488&view=rev
Log:
Remove unused handler registreation from GDBRemoteCommunicationServerLLGS
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp?rev=232488&r1=232487&r2=232488&view=diff
==============================================================================
---
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
(original)
+++
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Tue Mar 17 10:05:23 2015
@@ -113,8 +113,6 @@ GDBRemoteCommunicationServerLLGS::~GDBRe
void
GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers()
{
-
RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_A,
- &GDBRemoteCommunicationServerLLGS::Handle_A);
RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_C,
&GDBRemoteCommunicationServerLLGS::Handle_C);
RegisterMemberFunctionHandler(StringExtractorGDBRemote::eServerPacketType_c,
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits