From 1aa755ce772a311a1c5280578d6303be8d088203 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 13 May 2015 19:44:44 +0000 Subject: Remove DoAttachToProcessWithId(lldb::pid_t). There were two versions of DoAttachToprocessWithId. One that takes a pid_t, and the other which takes a pid_t and a ProcessAttachInfo. There were no callers of the former version, and all of the implementations of this version were simply forwarding calls to one version or the other. llvm-svn: 237281 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index e9d117c12db..a6c2d107dc1 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -105,9 +105,6 @@ public: Error WillLaunchOrAttach (); - - Error - DoAttachToProcessWithID (lldb::pid_t pid) override; Error DoAttachToProcessWithID (lldb::pid_t pid, const ProcessAttachInfo &attach_info) override; -- cgit v1.2.3