2008-08-22 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / debug-mini.h
index 8beb085f4bc64b825a9a59b35f96f30da2310d34..6b3561de8b4e235888f8b444b747e672eef4c648 100644 (file)
@@ -6,12 +6,6 @@
 
 #include "mini.h"
 
-MonoDebugMethodAddressList *
-mono_debugger_insert_method_breakpoint (MonoMethod *method, guint64 idx);
-
-int
-mono_debugger_remove_method_breakpoint (guint64 index);
-
 typedef struct _MonoDebuggerThreadInfo MonoDebuggerThreadInfo;
 extern MonoDebuggerThreadInfo *mono_debugger_thread_table;