HomeFreeBSD

[malloc] quieten -Werror=missing-braces with malloc.h wth gcc-6.4

Description

[malloc] quieten -Werror=missing-braces with malloc.h wth gcc-6.4

This sets off gcc-6.4 to spit out a 'error: missing braces around initializer'
error when compiling this.

Remove it as it isn't needed.

Reviewed by: brooks
Differential Revision: https://reviews.freebsd.org/D27183