Diff

core/storagemanager.lua @ 8670:800c648827e3

storagemanager: Remove unused variable [luacheck]
author Kim Alvefur <zash@zash.se>
date Thu, 22 Mar 2018 23:20:06 +0100
parent 8654:425de10efde4
child 8691:564e2c63e0d4
line wrap: on
line diff
--- a/core/storagemanager.lua	Thu Mar 22 23:15:04 2018 +0100
+++ b/core/storagemanager.lua	Thu Mar 22 23:20:06 2018 +0100
@@ -1,7 +1,7 @@
 
 local type, pairs = type, pairs;
 local setmetatable = setmetatable;
-local rawset, error = rawset, error;
+local rawset = rawset;
 
 local config = require "core.configmanager";
 local datamanager = require "util.datamanager";