diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-09-30 19:57:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-09-30 19:57:54 +0000 |
commit | 982526a134330b9524daea65f26ba2cfe36cb275 (patch) | |
tree | 722eda748c756f02e37ab6a7d9a8ed992431fe54 /gdb/defs.h | |
parent | db8acf26ca5d066a8cb97b8a80590886cfd04b77 (diff) | |
download | gdb-982526a134330b9524daea65f26ba2cfe36cb275.zip gdb-982526a134330b9524daea65f26ba2cfe36cb275.tar.gz gdb-982526a134330b9524daea65f26ba2cfe36cb275.tar.bz2 |
* defs.h (msavestring, mstrsave): Remove prototypes.
* utils.c (msavestring, mstrsave): Remove functions.
* objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
* solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
of mstrsave.
* source.c (find_and_open_source): Use xstrdup instead of
mstrsave.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -852,10 +852,6 @@ extern int longest_to_int (LONGEST); extern char *savestring (const char *, size_t); -extern char *msavestring (void *, const char *, size_t); - -extern char *mstrsave (void *, const char *); - /* xmalloc(), xrealloc() and xcalloc() have already been declared in "libiberty.h". */ extern void xfree (void *); |