aboutsummaryrefslogtreecommitdiff
path: root/containers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'containers.lua')
-rw-r--r--containers.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/containers.lua b/containers.lua
index 69eda94..ceb92fd 100644
--- a/containers.lua
+++ b/containers.lua
@@ -501,9 +501,6 @@ do
setmetatable(text_methods, {
__index = string2
})
- setmetatable(string2, {
- __index = error
- })
getmetatable("").__methods = text_methods
getmetatable("").__index = text_methods
getmetatable("").__add = function(self, x)