aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-10 21:16:13 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-10 21:16:13 +0000
commitaa2ee5f640b5705d29a7c4f37b3abbfd30a08620 (patch)
treed4acd2adc7c906f8ed20b07a1f846b9d074f2645 /gdb/defs.h
parent0efffb96a98349f8305e81ec4103dacec4e59baf (diff)
downloadfsf-binutils-gdb-aa2ee5f640b5705d29a7c4f37b3abbfd30a08620.zip
fsf-binutils-gdb-aa2ee5f640b5705d29a7c4f37b3abbfd30a08620.tar.gz
fsf-binutils-gdb-aa2ee5f640b5705d29a7c4f37b3abbfd30a08620.tar.bz2
2004-08-10 Andrew Cagney <cagney@gnu.org>
* defs.h (xmcalloc): Delete declaration. * utils.c (xmcalloc): Delete. (xcalloc): Inline calls to xmcalloc and mcalloc. * ada-lang.c (_initialize_ada_language): Use htab_create_alloc, xcalloc and xfree. * symtab.c (create_demangled_names_hash): Ditto.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 4a193fe..c91fd6b 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -875,7 +875,6 @@ extern char *mstrsave (void *, const char *);
/* Robust versions of same. Throw an internal error when no memory,
guard against stray NULL arguments. */
-extern void *xmcalloc (void *md, size_t number, size_t size);
extern void xmfree (void *md, void *ptr);
/* xmalloc(), xrealloc() and xcalloc() have already been declared in