More "set but not used".

Why is finding them so unreliable for me?
This commit is contained in:
Bill Currie 2011-06-14 06:26:10 +09:00
parent 607a4be2e2
commit c57d252dd4

View file

@ -580,7 +580,7 @@ static void
GIB_Regex_Replace_f (void)
{
regex_t *reg;
int ofs, len;
int ofs;
regmatch_t match[10];
if (GIB_Argc () != 5) {
@ -589,7 +589,6 @@ GIB_Regex_Replace_f (void)
}
ofs = 0;
len = strlen (GIB_Argv (4));
if (!
(reg =