From 3bca49eec22679298a36f7fb2059169c61b7cbfa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Jun 2014 12:57:06 -0600 Subject: 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 * utils.h (savestring): Remove declaration. --- gdb/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/utils.h') diff --git a/gdb/utils.h b/gdb/utils.h index 0eba8ae..6e767dc 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -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 *); -- cgit v1.1