functionally useless. This gets rid of them without changing the behavior
at all (ie, it doesn't matter if this change makes it in to 1.3.24 or not).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94100
13f79535-47bb-0310-9956-
ffa450edef68
&printing);
if_nesting = 0;
}
- if (!ret)
- continue;
}
else if (!strcmp(directive, "else")) {
ret = 0;
ret = handle_else(f, r, error, &conditional_status,
&printing);
}
- if (!ret)
- continue;
}
else if (!strcmp(directive, "elif")) {
ret = 0;
ret = handle_elif(f, r, error, &conditional_status,
&printing);
}
- if (!ret)
- continue;
}
else if (!strcmp(directive, "endif")) {
ret = 0;
else {
if_nesting--;
}
- if (!ret)
- continue;
}
else if (!printing) {
continue;