aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-10-05 10:53:43 +0000
committerOmar Polo <op@omarpolo.com>2022-10-05 10:53:43 +0000
commit4ceb570910de41133b2771cff29cbb78f37fea30 (patch)
treee7d40f787fec416b742b9fe9481965323224a7cf /parse.y
parent9715efe6f3838c40bbb66a8d0806cf785f2e7368 (diff)
remove stale comment
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 66fc6a7..56f0108 100644
--- a/parse.y
+++ b/parse.y
@@ -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))) {