mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-04 22:30:28 +01:00
wplua: remove handling of LUA_ERRGCMM, which is removed in lua 5.4
This commit is contained in:
parent
014ef05308
commit
c41d042dd0
1 changed files with 0 additions and 3 deletions
|
|
@ -68,9 +68,6 @@ _wplua_pcall (lua_State *L, int nargs, int nret)
|
|||
case LUA_ERRERR:
|
||||
wp_critical ("error running the message handler");
|
||||
break;
|
||||
case LUA_ERRGCMM:
|
||||
wp_critical ("error running __gc");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue