Delete unused procfs_pid_to_str extern in sol-thread.c

gdb/ChangeLog:

        * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
This commit is contained in:
Joel Brobecker 2012-05-02 23:06:58 +00:00
parent c6b0c5016c
commit 390235306b
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-05-02 Joel Brobecker <brobecker@adacore.com>
* sol-thread.c (procfs_pid_to_str): Delete extern declaration.
2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
* MAINTAINERS: Remove myself.

View file

@ -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"