diff options
Diffstat (limited to 'src/lua/lua_cfg_file.c')
-rw-r--r-- | src/lua/lua_cfg_file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c index 6d50153f4..47fbd14bb 100644 --- a/src/lua/lua_cfg_file.c +++ b/src/lua/lua_cfg_file.c @@ -195,8 +195,6 @@ lua_post_load_config (struct config_file *cfg) gboolean lua_handle_param (struct worker_task *task, gchar *mname, gchar *optname, enum lua_var_type expected_type, gpointer *res) { - lua_State *L = task->cfg->lua_state; - /* xxx: Adopt this for rcl */ /* Option not found */ |