Remove hacky code (Fixes #132)

This commit is contained in:
hrsh7th
2021-09-02 14:09:35 +09:00
parent 98124321fe
commit cf70aafdba

View File

@@ -39,10 +39,6 @@ misc.merge = function(v1, v2)
return v2
end
-- treat false as {} if the default value is table.
if merge2 and v1 == false then
return {}
end
return v1
end