From 63e72fc5d4f6712fb4ad41659f8189500386546d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 17 Jun 2023 15:20:27 +0100 Subject: [Minor] Get rid of one more GHashTable --- src/lua/lua_common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lua/lua_common.h') diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 226b250a7..c0c0c37c8 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -139,11 +139,6 @@ struct rspamd_lua_map { } data; }; -struct rspamd_lua_cached_entry { - gint ref; - guint id; -}; - struct rspamd_lua_upstream { struct upstream *up; gint upref; -- cgit v1.2.3