Commit 41d2b9ab authored by Florian R. Hanke's avatar Florian R. Hanke

Remove pointless ensure.

parent 4ee32880
...@@ -105,8 +105,6 @@ module Pod ...@@ -105,8 +105,6 @@ module Pod
end end
rescue EOFError rescue EOFError
output << buf unless buf.size == 0 output << buf unless buf.size == 0
ensure
buf
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment