mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 07:50:49 +00:00
remove redundant savestring declaration
I happened to notice that savestring is still declared in utils.h, despite the fact that it was moved to common/ a while back. This patch removes the redundant declaration. Tested by rebuilding. I'm committing this as obvious. 2014-06-17 Tom Tromey <tromey@redhat.com> * utils.h (savestring): Remove declaration.
This commit is contained in:
parent
6e366df19d
commit
3bca49eec2
@ -1,3 +1,7 @@
|
||||
2014-06-17 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* utils.h (savestring): Remove declaration.
|
||||
|
||||
2014-06-17 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* remote.c (extended_remote_run): Use make_cleanup_freeargv.
|
||||
|
@ -31,8 +31,6 @@ extern void initialize_utils (void);
|
||||
|
||||
extern int sevenbit_strings;
|
||||
|
||||
extern char *savestring (const char *, size_t);
|
||||
|
||||
extern int strcmp_iw (const char *, const char *);
|
||||
|
||||
extern int strcmp_iw_ordered (const char *, const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user