[FYI] remove redundant savestring declaration

Message ID 1403031478-1219-1-git-send-email-tromey@redhat.com
State Committed
Headers

Commit Message

Tom Tromey June 17, 2014, 6:57 p.m. UTC
  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.
---
 gdb/ChangeLog | 4 ++++
 gdb/utils.h   | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)
  

Patch

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