summaryrefslogtreecommitdiff
path: root/gdb/sol-thread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-05-02 23:06:57 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-05-02 23:06:57 +0000
commit5ce1f960cf993a09e2a55746f961c5ed0d32ef01 (patch)
treeadc2d43800f7117228f72c11c9a4750f43389782 /gdb/sol-thread.c
parentdfd1876cae1751c40c3c80d846ad0c1a98d112d1 (diff)
downloadgdb-5ce1f960cf993a09e2a55746f961c5ed0d32ef01.tar.gz
Delete unused procfs_pid_to_str extern in sol-thread.c
gdb/ChangeLog: * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r--gdb/sol-thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c
index 3e5d9db2306..bfa116270a2 100644
--- a/gdb/sol-thread.c
+++ b/gdb/sol-thread.c
@@ -69,8 +69,6 @@
struct target_ops sol_thread_ops;
-extern char *procfs_pid_to_str (struct target_ops *ops, ptid_t ptid);
-
/* Prototypes for supply_gregset etc. */
#include "gregset.h"