Bug 3330205 Remove unnecessary static variable
Change-Id: I7e781d26d6565952712f8fb0274d336462b441fd
This commit is contained in:
parent
015610e64e
commit
e9d0518394
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue