Split rank_one_type_parm_complex from rank_one_type
[deliverable/binutils-gdb.git] / gdb / utils.h
index 896feb973c99c84870685ded30af47fc445b9951..f0cb48e7a552e54711803516cb066fa7be675d38 100644 (file)
@@ -188,7 +188,7 @@ public:
   /* Return the underlying array, transferring ownership to the
      caller.  */
 
-  char **release ()
+  ATTRIBUTE_UNUSED_RESULT char **release ()
   {
     char **result = m_argv;
     m_argv = NULL;
@@ -260,8 +260,6 @@ struct htab_deleter
 /* A unique_ptr wrapper for htab_t.  */
 typedef std::unique_ptr<htab, htab_deleter> htab_up;
 
-extern void free_current_contents (void *);
-
 extern void init_page_info (void);
 
 /* Temporarily set BATCH_FLAG and the associated unlimited terminal size.
This page took 0.02421 seconds and 4 git commands to generate.