From 269055c43845adf1b21ab62fe05869e19b2e4f58 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Sat, 20 Oct 2012 04:57:29 +0000 Subject: [PATCH] Also remove PlatformiOSSimulator::GetProcessInfo decl from the header file. (followup patch to Sean's commit of r166355 earlier today.) llvm-svn: 166365 --- lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h index 3973c2f..36b554b 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h @@ -105,10 +105,6 @@ public: lldb_private::ProcessInstanceInfoList &process_infos); virtual bool - GetProcessInfo (lldb::pid_t pid, - lldb_private::ProcessInstanceInfo &proc_info); - - virtual bool GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch); -- 2.7.4