changeset 4089:f70ce9baacd3

[project @ 2002-10-05 03:47:40 by jwe]
author jwe
date Sat, 05 Oct 2002 03:47:40 +0000
parents 933ac1113625
children 18adbb958baa
files liboctave/oct-env.cc
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/oct-env.cc	Sat Oct 05 03:18:58 2002 +0000
+++ b/liboctave/oct-env.cc	Sat Oct 05 03:47:40 2002 +0000
@@ -255,15 +255,6 @@
     return true;
 #endif
 
-  if (s[0] == '.')
-    {
-      if (len == 1 || is_dir_sep (s[1]))
-	return true;
-
-      if (s[1] == '.' && (len == 2 || is_dir_sep (s[2])))
-	return true;
-    }
-
   return false;
 }