summaryrefslogtreecommitdiff
path: root/lisp/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/helper.c')
-rw-r--r--lisp/helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/helper.c b/lisp/helper.c
index be3ee7b..36c113f 100644
--- a/lisp/helper.c
+++ b/lisp/helper.c
@@ -1060,12 +1060,8 @@ LispProbeFile(LispBuiltin *builtin, int probe)
else if (STREAMP(pathname) && pathname->data.stream.type == LispStreamFile)
name = THESTR(CAR(pathname->data.stream.pathname->data.pathname));
-#ifndef __UNIXOS2__
if (realpath(name, &resolved[0]) == NULL ||
stat(resolved, &st)) {
-#else
- if ((name == NULL) || stat(resolved, &st)) {
-#endif
if (probe)
return (NIL);
LispDestroy("%s: realpath(\"%s\"): %s",