Commit d4fc12ea authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove bogus variable

parent 7375cdd8
...@@ -185,7 +185,6 @@ static char *locale_fast (const char *string, locale_data_t *p) ...@@ -185,7 +185,6 @@ static char *locale_fast (const char *string, locale_data_t *p)
return strdup (output); return strdup (output);
#elif defined (USE_MB2MB) #elif defined (USE_MB2MB)
char *out; char *out;
wchar_t *wide;
int len; int len;
if (string == NULL) if (string == NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment