Date: Fri, 11 May 2012 15:48:20 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Gabor Kovesdan <gabor@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r235267 - in head/usr.bin/sort: . nls Message-ID: <20120511124820.GN2358@deviant.kiev.zoral.com.ua> In-Reply-To: <201205111237.q4BCbGX2083596@svn.freebsd.org> References: <201205111237.q4BCbGX2083596@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--1wmVbOfxY+Z3peoJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 11, 2012 at 12:37:16PM +0000, Gabor Kovesdan wrote: > Author: gabor > Date: Fri May 11 12:37:16 2012 > New Revision: 235267 > URL: http://svn.freebsd.org/changeset/base/235267 > +bool byte_sort = false; > + > +static wchar_t **wmonths = NULL; > +static unsigned char **cmonths = NULL; Such initializations are useless. You only increase the size of the binary on the disk as the consequence. --1wmVbOfxY+Z3peoJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk+tCpQACgkQC3+MBN1Mb4gVpQCfY72YSkx1PnBhPqJFszoOHtCJ e3kAmgKaHGFGs7+1h8gGO8mHDIRqUs4p =MNqY -----END PGP SIGNATURE----- --1wmVbOfxY+Z3peoJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120511124820.GN2358>