remove stale comment

This commit is contained in:
Omar Polo 2022-10-05 10:53:43 +00:00
parent 9715efe6f3
commit 4ceb570910
1 changed files with 0 additions and 1 deletions

View File

@ -1185,7 +1185,6 @@ fastcgi_conf(char *path, char *port, char *prog)
return i;
}
/* XXX: what to do with prog? */
if (!strcmp(f->path, path) &&
((port == NULL && f->port == NULL) ||
!strcmp(f->port, port))) {