summaryrefslogtreecommitdiff
path: root/lualibs-io.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-12-29 23:41:38 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-12-29 23:41:38 +0100
commit6632b6a8c3815670fef4257c136d461583052120 (patch)
tree71b61874b88071bf388319395b593dcfd9961755 /lualibs-io.lua
parent281539cf53b8ec43d72e06cbdba874b2de6e758d (diff)
downloadlualibs-6632b6a8c3815670fef4257c136d461583052120.tar.gz
sync with Context as of 2014-12-29
Diffstat (limited to 'lualibs-io.lua')
-rw-r--r--lualibs-io.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lualibs-io.lua b/lualibs-io.lua
index 020e811..a91d44d 100644
--- a/lualibs-io.lua
+++ b/lualibs-io.lua
@@ -339,11 +339,6 @@ function io.readstring(f,n,m)
return str
end
---
-
-if not io.i_limiter then function io.i_limiter() end end -- dummy so we can test safely
-if not io.o_limiter then function io.o_limiter() end end -- dummy so we can test safely
-
-- This works quite ok:
--
-- function io.piped(command,writer)