Bug 3330205 Remove unnecessary static variable

Change-Id: I7e781d26d6565952712f8fb0274d336462b441fd
This commit is contained in:
Glenn Kasten 2011-01-09 09:28:31 -08:00
parent 015610e64e
commit e9d0518394

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 */