diff options
author | Jason Molenda <jmolenda@apple.com> | 2012-10-20 04:57:29 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2012-10-20 04:57:29 +0000 |
commit | 269055c43845adf1b21ab62fe05869e19b2e4f58 (patch) | |
tree | 38fbb22e183aeda3ab4d0163cf1dc27b1d9a51b9 /lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h | |
parent | 895b003f8833b25958bddec3f37975915c50f547 (diff) | |
download | bcm5719-llvm-269055c43845adf1b21ab62fe05869e19b2e4f58.tar.gz bcm5719-llvm-269055c43845adf1b21ab62fe05869e19b2e4f58.zip |
Also remove PlatformiOSSimulator::GetProcessInfo decl from
the header file.
(followup patch to Sean's commit of r166355 earlier today.)
llvm-svn: 166365
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h')
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h index 3973c2f515b..36b554b5404 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); |