Remove exception_none
[deliverable/binutils-gdb.git] / gdb / cli / cli-interp.c
index c150f40feed212f2951f8a5aadc5df8009f4b5a3..17639d0c3f3f12d9ac04d37cea76df5e46a38f90 100644 (file)
@@ -357,7 +357,7 @@ static struct gdb_exception
 safe_execute_command (struct ui_out *command_uiout, const char *command,
                      int from_tty)
 {
-  struct gdb_exception e = exception_none;
+  struct gdb_exception e;
 
   /* Save and override the global ``struct ui_out'' builder.  */
   scoped_restore saved_uiout = make_scoped_restore (&current_uiout,
This page took 0.037561 seconds and 4 git commands to generate.