Skip to content

Commit c1aa297

Browse files
Josh Petersonjoncham
authored andcommitted
Fix a build error in Tiny debugger tests
1 parent afa21ce commit c1aa297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mono/mini/il2cpp-stubs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ void il2cpp_mono_runtime_quit (void)
505505
{
506506
#if UNITY_TINY
507507
IL2CPP_ASSERT(0 && "Not implemented yet for tiny");
508-
return 0;
509508
#else
510509
il2cpp::vm::Runtime::Shutdown();
511510
#endif

0 commit comments

Comments
 (0)