summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2012-10-20 04:57:29 +0000
committerJason Molenda <jmolenda@apple.com>2012-10-20 04:57:29 +0000
commit269055c43845adf1b21ab62fe05869e19b2e4f58 (patch)
tree38fbb22e183aeda3ab4d0163cf1dc27b1d9a51b9 /lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
parent895b003f8833b25958bddec3f37975915c50f547 (diff)
downloadbcm5719-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.h4
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);
OpenPOWER on IntegriCloud