Skip to content
Snippets Groups Projects
Unverified Commit 60a0e78a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: gluon.util: remove unused function readline()

parent 223dd49f
No related branches found
No related tags found
No related merge requests found
......@@ -77,12 +77,6 @@ function replace_prefix(file, prefix, add)
os.rename(tmp, file)
end
function readline(fd)
local line = fd:read('*l')
fd:close()
return line
end
function exec(command)
local pp = io.popen(command)
local data = pp:read("*a")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment