Skip to content

Commit

Permalink
removed unnecessary line
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/branches/icu@3740 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Mar 12, 2010
1 parent 7f54119 commit 7ad1875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,6 @@ rb_deflate_s_deflate(VALUE klass, SEL sel, int argc, VALUE *argv)
rb_scan_args(argc, argv, "11", &src, &level);

lev = ARG_LEVEL(level);
CFShow((CFStringRef)src);
StringValue(src);
src = rb_str_bstr(src);
zstream_init_deflate(z);
Expand Down

0 comments on commit 7ad1875

Please sign in to comment.