summaryrefslogtreecommitdiff
path: root/src/dispatch_tables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch_tables.lua')
-rw-r--r--src/dispatch_tables.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispatch_tables.lua b/src/dispatch_tables.lua
index 768e33f..1f7b5e5 100644
--- a/src/dispatch_tables.lua
+++ b/src/dispatch_tables.lua
@@ -33,7 +33,6 @@
dispatch_tables = {}
function dispatch_tables:load_handler_tables_file(filename)
- local defines = require('defines')
if (type(filename) ~= "nil") then
if (type(filename) ~= "string") then
log.printf(log.ERROR, "filename must be of type 'string' and denote a valid path")