diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-10 22:36:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-10 22:36:39 +0000 |
commit | cc503c8aa2d3163546a64753ebecddd804822be9 (patch) | |
tree | a2720e1764adb5a19952b0cb68984517c7b61c03 /gdb/defs.h | |
parent | 2dc74dc1214738c22fc033d9d32eb8b4059bdba2 (diff) | |
download | gdb-cc503c8aa2d3163546a64753ebecddd804822be9.zip gdb-cc503c8aa2d3163546a64753ebecddd804822be9.tar.gz gdb-cc503c8aa2d3163546a64753ebecddd804822be9.tar.bz2 |
2004-08-10 Andrew Cagney <cagney@gnu.org>
* main.c (captured_main): Delete call to init_malloc.
* defs.h (init_malloc): Delete declaration.
* utils.c (mmalloc, mrealloc, mcalloc, mfree)
(init_malloc): Delete functions.
Index: testsuite/ChangeLog
2004-08-10 Andrew Cagney <cagney@gnu.org>
* gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
init_malloc call.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -358,8 +358,6 @@ extern int subset_compare (char *, char *); extern char *safe_strerror (int); -extern void init_malloc (void *); - extern void request_quit (int); extern void do_cleanups (struct cleanup *); |