summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorIgnacio Roldán Etcheverry <neikeq@users.noreply.github.com>2019-07-25 00:24:35 +0200
committerGitHub <noreply@github.com>2019-07-25 00:24:35 +0200
commitad0d87b4dddfe6b9e88510dd526bcd4028ba3030 (patch)
treefdda042e7c5c3c0aa551d884bc019008b18a7fed /modules/mono/csharp_script.cpp
parentadae2b073811d0f81afdfab277fdb27d2ba9f16a (diff)
parentc0cdbb793822961e68727925d0f3f4e00f780306 (diff)
Merge pull request #30802 from neikeq/exc-policy-and-issue-30519
Unhandled exception policy and fix external editors on Windows
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r--modules/mono/csharp_script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index 078a490b22..846c84d222 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -629,7 +629,6 @@ void CSharpLanguage::frame() {
if (exc) {
GDMonoUtils::debug_unhandled_exception(exc);
- GD_UNREACHABLE();
}
}
}