Author: lupus
Date: 2006-12-11 13:08:22 -0500 (Mon, 11 Dec 2006)
New Revision: 69340

Modified:
   trunk/mono/mono/metadata/mono-debug-debugger.h
Log:
Removed mono_debugger_create_notification_function() from here.


Modified: trunk/mono/mono/metadata/mono-debug-debugger.h
===================================================================
--- trunk/mono/mono/metadata/mono-debug-debugger.h      2006-12-11 18:05:37 UTC 
(rev 69339)
+++ trunk/mono/mono/metadata/mono-debug-debugger.h      2006-12-11 18:08:22 UTC 
(rev 69340)
@@ -57,8 +57,6 @@
 int             mono_debugger_remove_breakpoint           (int breakpoint_id);
 void            mono_debugger_breakpoint_callback         (MonoMethod *method, 
guint32 idx);
 
-guint8         *mono_debugger_create_notification_function(MonoCodeManager 
*codeman);
-
 MonoObject     *mono_debugger_runtime_invoke              (MonoMethod *method, 
void *obj,
                                                           void **params, 
MonoObject **exc);
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to