Unused variable

SVN revision: 17156
This commit is contained in:
sebastid 2005-10-04 11:31:44 +00:00 committed by sebastid
parent f263fcd2c8
commit 39998058bd
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ eet_data_put_float(void *src, int *size_ret)
static int
eet_data_get_double(void *src, void *src_end, void *dst)
{
double *d, td;
double *d;
float tf;
char *s, *str, *p, *prev_locale;
int len;