From 80cc2f19ec903b1e7aa4252410dd699afebfb261 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sat, 15 Feb 2020 15:55:15 +0100 Subject: [PATCH] Remove unused function from Lua script --- flex-config/simple.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flex-config/simple.lua b/flex-config/simple.lua index d561f3e31..9dc05bbbb 100644 --- a/flex-config/simple.lua +++ b/flex-config/simple.lua @@ -62,11 +62,6 @@ for name, table in pairs(tables) do print(" columns=" .. inspect(table:columns())) end --- Helper function to check whether a table is empty -function is_empty(some_table) - return next(some_table) == nil -end - -- Helper function to remove some of the tags we usually are not interested in. -- Returns true if there are no tags left. function clean_tags(tags)