Remove exception_none
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 3047ef3827dcdf11930496f49ee0e99941117e4d..c74fc61ea42245112d1f8f40b3432dd976e45f63 100644 (file)
@@ -2434,7 +2434,7 @@ insert_bp_location (struct bp_location *bl,
                    int *hw_breakpoint_error,
                    int *hw_bp_error_explained_already)
 {
-  gdb_exception bp_excpt = exception_none;
+  gdb_exception bp_excpt;
 
   if (!should_be_inserted (bl) || (bl->inserted && !bl->needs_update))
     return 0;
@@ -13593,7 +13593,7 @@ static std::vector<symtab_and_line>
 location_to_sals (struct breakpoint *b, struct event_location *location,
                  struct program_space *search_pspace, int *found)
 {
-  struct gdb_exception exception = exception_none;
+  struct gdb_exception exception;
 
   gdb_assert (b->ops != NULL);
 
This page took 0.025336 seconds and 4 git commands to generate.