From 5a6fa540dcc0a86b6e4412ad27bbb0a732bc859b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 3 Jun 2011 20:40:54 +0000 Subject: Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class llvm-svn: 132586 --- lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h index c085b6c1485..2fdb4d7cb10 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h @@ -99,12 +99,6 @@ protected: friend class ProcessGDBRemote; - virtual bool - SaveFrameZeroState (RegisterCheckpoint &checkpoint); - - virtual bool - RestoreSaveFrameZero (const RegisterCheckpoint &checkpoint); - bool PrivateSetRegisterValue (uint32_t reg, StringExtractor &response); -- cgit v1.2.3