diff options
author | Omar Polo <op@omarpolo.com> | 2022-10-05 10:53:43 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-10-05 10:53:43 +0000 |
commit | 4ceb570910de41133b2771cff29cbb78f37fea30 (patch) | |
tree | e7d40f787fec416b742b9fe9481965323224a7cf /parse.y | |
parent | 9715efe6f3838c40bbb66a8d0806cf785f2e7368 (diff) |
remove stale comment
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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))) { |