This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl #117865] [PATCH] Eliminate useless variable and sizeof(char)
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sun, 5 May 2013 02:18:35 +0000 (20:18 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:50 +0000 (11:01 -0600)
commita96bc63507f57f3547f982d5e9a8b95f68e87e3b
tree8a810ccaeeb1caff211827cace9536d340085c7e
parent7ccde1209c3d4319a2e0ab9a4528f6abc8eec0d2
perl #117865] [PATCH] Eliminate useless variable and sizeof(char)

bufsiz is always just set from bsiz (via a useless multiplication by
sizeof(char), which is by definition 1), so instead of trying to keep
them in sync, just get rid of bufsiz use bsiz directly# Please enter the commit message for your changes. Lines starting
util.c