* linux-low.c (linux_join): Skip process lookup.
[deliverable/binutils-gdb.git] / gdb / gdbserver / spu-low.c
index 1568c100dc1a1327592789d98e14f5f2a2d7079b..898e46d6f7eb14fa7b32f781b8bfefb54e9784df 100644 (file)
@@ -1,5 +1,6 @@
 /* Low level interface to SPUs, for the remote server for GDB.
-   Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    Contributed by Ulrich Weigand <uweigand@de.ibm.com>.
 
@@ -364,11 +365,6 @@ static void
 spu_join (int pid)
 {
   int status, ret;
-  struct process_info *process;
-
-  process = find_process_pid (pid);
-  if (process == NULL)
-    return;
 
   do {
     ret = waitpid (pid, &status, 0);
This page took 0.026446 seconds and 4 git commands to generate.