diff options
Diffstat (limited to 'src/interp/pathname.boot')
-rw-r--r-- | src/interp/pathname.boot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/pathname.boot b/src/interp/pathname.boot index 421c0388..b6e17f50 100644 --- a/src/interp/pathname.boot +++ b/src/interp/pathname.boot @@ -74,8 +74,6 @@ pathnameDirectory p == null p => nil NAMESTRING MAKE_-PATHNAME(KEYWORD::DIRECTORY,PATHNAME_-DIRECTORY pathname p) -deleteFile f == _$ERASE pathname f - isExistingFile f == -- p := pathname f --member(p,$existingFiles) => true |