We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb35df1 commit bf8cb32Copy full SHA for bf8cb32
mono/mini/debugger-agent.c
@@ -764,6 +764,7 @@ static MonoCoopMutex debug_mutex;
764
765
static void transport_init (void);
766
static void transport_connect (const char *address);
767
+static void transport_close2 (void);
768
static gboolean transport_handshake (void);
769
static void register_transport (DebuggerTransport *trans);
770
@@ -1091,9 +1092,6 @@ mono_debugger_get_generate_debug_info ()
1091
1092
return disable_optimizations;
1093
}
1094
-// Declare transport_close2 method
1095
-static void transport_close2(void);
1096
-
1097
MONO_API void
1098
mono_debugger_disconnect ()
1099
{
0 commit comments