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:
parent
c6b0c5016c
commit
390235306b
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
* MAINTAINERS: Remove myself.
|
* MAINTAINERS: Remove myself.
|
||||||
|
|
|
@ -69,8 +69,6 @@
|
||||||
|
|
||||||
struct target_ops sol_thread_ops;
|
struct target_ops sol_thread_ops;
|
||||||
|
|
||||||
extern char *procfs_pid_to_str (struct target_ops *ops, ptid_t ptid);
|
|
||||||
|
|
||||||
/* Prototypes for supply_gregset etc. */
|
/* Prototypes for supply_gregset etc. */
|
||||||
#include "gregset.h"
|
#include "gregset.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue