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.
+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.
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 *);