removed legacy comment

This commit is contained in:
StevenPhang22 2022-11-28 16:32:41 -05:00
parent ae9eed952d
commit 988d45ea5d
1 changed files with 0 additions and 3 deletions

View File

@ -5473,9 +5473,6 @@ static int emugator_yieldwithflag(lua_State* L)
luaYieldFlag = true;
return lua_yield(L, 0);
// It's actually rather disappointing...
}