This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/Ada] Remove non-existent function declarations


I noticed that we were declaring some functions that actually do not
exist. They existed at some point in time in AdaCore's sources, but
that's no longer the case. So I removed the declarations.

2009-04-16  Joel Brobecker  <brobecker@adacore.com>

        * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
        (ada_get_current_task, ada_print_exception_breakpoint_nontask)
        (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
        Remove declaration. These are non-existent functions.

Tested on x86_64-linux. Checked in.

-- 
Joel
? .swp
Index: ada-lang.h
===================================================================
RCS file: /cvs/src/src/gdb/ada-lang.h,v
retrieving revision 1.42
diff -u -p -r1.42 ada-lang.h
--- ada-lang.h	31 Mar 2009 16:44:17 -0000	1.42
+++ ada-lang.h	16 Apr 2009 18:33:57 -0000
@@ -463,18 +463,6 @@ extern int valid_task_id (int);
 
 extern int ada_get_task_number (ptid_t);
 
-extern void ada_adjust_exception_stop (bpstat bs);
-
-extern void ada_print_exception_stop (bpstat bs);
-
-extern int ada_get_current_task (ptid_t);
-
-extern int ada_print_exception_breakpoint_nontask (struct breakpoint *);
-
-extern void ada_print_exception_breakpoint_task (struct breakpoint *);
-
-extern void ada_reset_thread_registers (void);
-
 extern int ada_build_task_list (int warn_if_null);
 
 extern int ada_exception_catchpoint_p (struct breakpoint *b);

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]