]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/break-catch-throw.c
remove trivialy unused variables
[thirdparty/binutils-gdb.git] / gdb / break-catch-throw.c
index 1fbdcc5c7c1a5a7ff56de67cd1d8e46ca0948e90..153db713eb0cecf8856e36d83837ae612445b9e0 100644 (file)
@@ -107,7 +107,6 @@ fetch_probe_arguments (struct value **arg0, struct value **arg1)
   struct frame_info *frame = get_selected_frame (_("No frame selected"));
   CORE_ADDR pc = get_frame_pc (frame);
   struct bound_probe pc_probe;
-  const struct sym_probe_fns *pc_probe_fns;
   unsigned n_args;
 
   pc_probe = find_probe_by_pc (pc);