Skip to content

Commit

Permalink
Removed unecessary cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed May 23, 2010
1 parent de15b5f commit 304876a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rack/client/parser/json.rb
Expand Up @@ -42,7 +42,6 @@ def decode(body)

collection.finish
ensure
io.close if io.respond_to? :close
body.close if body.respond_to? :close
end
end
Expand Down

0 comments on commit 304876a

Please sign in to comment.