diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 07:11:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 22:35:38 +0200 |
commit | f986add6f37dfe347d59d3c4d8bd9744935bd400 (patch) | |
tree | 33c6d6e7ba8df105dd6622bc1bf69c687282b084 | |
parent | da156d254f12426c565825f74e983f0204ba3a90 (diff) |
a
-rw-r--r-- | src/script.inl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script.inl b/src/script.inl index d3c9a06e..d2e0bcd4 100644 --- a/src/script.inl +++ b/src/script.inl @@ -164,7 +164,6 @@ void Script<S, Obj>::do_error_unwind() case torn_down: break; } - fm_assert(false); } #undef FM_ASSERT_SCRIPT_STATE |