diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fileio.c b/src/fileio.c index 30ff2c4570b..a05a72e97bd 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -351,12 +351,6 @@ on VMS, perhaps instead a string ending in `:', `]' or `>'.") | |||
| 351 | 351 | ||
| 352 | if (p == beg) | 352 | if (p == beg) |
| 353 | return Qnil; | 353 | return Qnil; |
| 354 | #ifdef WINDOWSNT | ||
| 355 | /* We can consider the partial UNC name //machine to be a | ||
| 356 | directory name, but not just // on its own. */ | ||
| 357 | if (p == beg + 1 && IS_DIRECTORY_SEP (p[-1])) | ||
| 358 | return Qnil; | ||
| 359 | #endif | ||
| 360 | #ifdef DOS_NT | 354 | #ifdef DOS_NT |
| 361 | /* Expansion of "c:" to drive and default directory. */ | 355 | /* Expansion of "c:" to drive and default directory. */ |
| 362 | if (p == beg + 2 && beg[1] == ':') | 356 | if (p == beg + 2 && beg[1] == ':') |