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:
Tom Tromey 2014-06-17 12:57:06 -06:00
parent 6e366df19d
commit 3bca49eec2
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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 *);