Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/mini/mini-runtime.c')
-rw-r--r--mono/mini/mini-runtime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/mini/mini-runtime.c b/mono/mini/mini-runtime.c
index 18d99134fbc..347ee8a9da9 100644
--- a/mono/mini/mini-runtime.c
+++ b/mono/mini/mini-runtime.c
@@ -3371,8 +3371,6 @@ MONO_SIG_HANDLER_FUNC (, mono_sigsegv_signal_handler)
mono_chain_signal (MONO_SIG_HANDLER_PARAMS);
return;
}
- /* thread not registered with the runtime, make sure we return now. */
- return;
}
#endif