summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp7
-rw-r--r--lldb/source/Plugins/Platform/Linux/PlatformLinux.h4
2 files changed, 0 insertions, 11 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
index c8f69034e84..379a08ef19f 100644
--- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
+++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
@@ -191,13 +191,6 @@ PlatformLinux::~PlatformLinux()
{
}
-uint32_t
-PlatformLinux:: FindProcesses const ProcessInfoMatch &match_info,
- ProcessInfoList &process_infos()
-{
- return Host:: FindProcesses (match_info, process_infos);
-}
-
bool
PlatformLinux::GetProcessInfo (lldb::pid_t pid, ProcessInfo &process_info)
{
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
index b6dc9e62824..bb9f62c5955 100644
--- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
+++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
@@ -84,10 +84,6 @@ namespace lldb_private {
GetFile (const FileSpec &platform_file,
const UUID* uuid, FileSpec &local_file);
- virtual uint32_t
- FindProcesseses (const ProcessInfoMatch &match_info,
- ProcessInfoList &process_infos);
-
virtual bool
GetProcessInfo (lldb::pid_t pid, ProcessInfo &proc_info);
OpenPOWER on IntegriCloud