diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-10 10:25:54 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-10 10:25:54 +0000 |
commit | 1001cc1a1f5ead4da07ecf2162a0c7cf82fd6ded (patch) | |
tree | b692879041569f00fc75d3a6561a06c7e6303f15 /iri.c | |
parent | f2c45fdab09688285c3e69d1bcd7d9b507071a0e (diff) |
remove stale comment
Diffstat (limited to 'iri.c')
-rw-r--r-- | iri.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -260,7 +260,6 @@ path_clean(char *path) } else if (q == path && p[0] == '.' && p[1] == '.' && (p[2] == '/' || p[2] == '\0')) { /* ../ at the start of path */ - // p += 3; return 0; } else if (q == path && p[0] == '.' && (p[1] == '/' || p[1] == '\0')) { |