Merge "Bug 3330205 Remove unnecessary static variable"

This commit is contained in:
Glenn Kasten 2011-01-10 16:25:47 -08:00 committed by Android (Google) Code Review
commit 604085c380

View File

@ -1219,7 +1219,6 @@ cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch,
{
int mode, dsgn;
char *digits, *bp, *rve;
static char temp[64];
if (ch == 'f') {
mode = 3; /* ndigits after the decimal point */