forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user