From 3bfb6dec957e5e034c12157787fab9faf75c85a1 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 24 Apr 2024 15:06:07 +0200 Subject: C++ migration: push_thread_status converted to a Lane class method --- src/deep.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/deep.h') diff --git a/src/deep.h b/src/deep.h index 3256e6e..95802d1 100644 --- a/src/deep.h +++ b/src/deep.h @@ -82,6 +82,3 @@ class DeepFactory static void DeleteDeepObject(lua_State* L, DeepPrelude* o_); static char const* PushDeepProxy(Dest L, DeepPrelude* prelude, int nuv_, LookupMode mode_); }; - -//LANES_API [[nodiscard]] int luaG_newdeepuserdata(Dest L, DeepFactory& factory_, int nuv_); -//LANES_API [[nodiscard]] DeepPrelude* luaG_todeep(lua_State* L, DeepFactory &factory_, int index); -- cgit v1.2.3-55-g6feb