aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index a7fe30e9f8..271fd98a70 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1113,9 +1113,6 @@ complete_filename_p (pathname)
return (IS_DIRECTORY_SEP (s[0])
|| (SCHARS (pathname) > 2
&& IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2]))
-#ifdef ALTOS
- || *s == '@'
-#endif
#ifdef VMS
|| index (s, ':')
#endif /* VMS */