aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-20 00:28:23 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-20 00:28:23 +0000
commit81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c (patch)
tree1a30fcf8423920024c85d20ef47b14d7a1d15980 /gdb/config
parent8cca004af1b90fcede9a043b986c6e7aa4a66c78 (diff)
downloadfsf-binutils-gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.zip
fsf-binutils-gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.tar.gz
fsf-binutils-gdb-81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c.tar.bz2
Move free() decl to utils.c.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/xm-hppah.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h
index a55c764..f77493a 100644
--- a/gdb/config/pa/xm-hppah.h
+++ b/gdb/config/pa/xm-hppah.h
@@ -44,5 +44,3 @@
extern void *malloc (size_t);
extern void *realloc (void *, size_t);
-
-extern void free (void *);