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.

Attachment: pgpynCbtBJWLF.pgp
Description: PGP signature

Reply via email to