aboutsummaryrefslogtreecommitdiff
path: root/src/port/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/path.c')
-rw-r--r--src/port/path.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/port/path.c b/src/port/path.c
index 8765907a57f..39d6e43404a 100644
--- a/src/port/path.c
+++ b/src/port/path.c
@@ -222,7 +222,6 @@ canonicalize_path(char *path)
int pending_strips;
#ifdef WIN32
-
/*
* The Windows command processor will accept suitably quoted paths with
* forward slashes, but barfs badly with mixed forward and back slashes.
@@ -372,7 +371,6 @@ path_is_relative_and_below_cwd(const char *path)
else if (path_contains_parent_reference(path))
return false;
#ifdef WIN32
-
/*
* On Win32, a drive letter _not_ followed by a slash, e.g. 'E:abc', is
* relative to the cwd on that drive, or the drive's root directory if