Replace mail address with the URL in copyright header
[deliverable/binutils-gdb.git] / gdb / cli-out.c
index fcb9ca1e2a7a7ff5d94dba4d45e4ce1f549ede67..2a598697a2cbf0057746e2323bc8ddecdbef252c 100644 (file)
@@ -227,15 +227,13 @@ cli_ui_out::do_flush ()
    and make it therefore active.  OUTSTREAM as NULL will pop the last pushed
    output stream; it is an internal error if it does not exist.  */
 
-int
+void
 cli_ui_out::do_redirect (ui_file *outstream)
 {
   if (outstream != NULL)
     m_streams.push_back (outstream);
   else
     m_streams.pop_back ();
-
-  return 0;
 }
 
 /* local functions */
This page took 0.023983 seconds and 4 git commands to generate.