From be2f2b4314799d38901c9e80dd35dee63f541c90 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 26 Mar 2024 11:36:30 +0100 Subject: C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes --- src/tools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index 95324ee..5e6ce78 100644 --- a/src/tools.h +++ b/src/tools.h @@ -38,7 +38,6 @@ int luaG_nameof( lua_State* L); void populate_func_lookup_table( lua_State* L, int _i, char const* _name); void initialize_allocator_function( Universe* U, lua_State* L); -void cleanup_allocator_function( Universe* U, lua_State* L); // ################################################################################################ -- cgit v1.2.3-55-g6feb