diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-10 21:16:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-10 21:16:13 +0000 |
commit | aa2ee5f640b5705d29a7c4f37b3abbfd30a08620 (patch) | |
tree | d4acd2adc7c906f8ed20b07a1f846b9d074f2645 /gdb/defs.h | |
parent | 0efffb96a98349f8305e81ec4103dacec4e59baf (diff) | |
download | gdb-aa2ee5f640b5705d29a7c4f37b3abbfd30a08620.zip gdb-aa2ee5f640b5705d29a7c4f37b3abbfd30a08620.tar.gz 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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |