diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-05-13 17:00:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-05-13 17:00:27 +0100 |
commit | 70e77200f7789e9fb606c7e99e30a54aca70c5c5 (patch) | |
tree | 65bc2e4d57655c0f62aec527649de4e5f46296d4 /util/serialization.lua | |
parent | 125dc63f565a46aedcb1750c45dcc97c71c2c72b (diff) | |
parent | 9bd85eabf029220d25431ab17bc86bf308b51b8d (diff) | |
download | prosody-70e77200f7789e9fb606c7e99e30a54aca70c5c5.tar.gz prosody-70e77200f7789e9fb606c7e99e30a54aca70c5c5.zip |
Merge 0.10->trunk
Diffstat (limited to 'util/serialization.lua')
-rw-r--r-- | util/serialization.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/serialization.lua b/util/serialization.lua index 06e45054..04901135 100644 --- a/util/serialization.lua +++ b/util/serialization.lua @@ -11,11 +11,9 @@ local type = type; local tostring = tostring; local t_insert = table.insert; local t_concat = table.concat; -local error = error; local pairs = pairs; local next = next; -local loadstring = loadstring; local pcall = pcall; local debug_traceback = debug.traceback; |