New files for IA-64 port.
[deliverable/binutils-gdb.git] / gdb / procfs.c
index b108078349871da592b9351d324a68511c3809b6..257de1291d1ac9565e41efcacd92eabfcf3b46f3 100644 (file)
@@ -5254,20 +5254,3 @@ procfs_first_available ()
   else
     return -1;
 }
-
-int
-procfs_get_pid_fd (pid)
-     int pid;
-{
-  procinfo *pi;
-
-  if (pid == -1 && inferior_pid != 0)
-    pi = find_procinfo (PIDGET (inferior_pid), 0);
-  else
-    pi = find_procinfo (PIDGET (pid), 0);
-
-  if (pi)
-    return pi->ctl_fd;
-  else
-    return -1;
-}
This page took 0.02371 seconds and 4 git commands to generate.