unnecessary variable
[unix-history] / usr / src / usr.bin / more / os.c
index 7277a93..82c4dc3 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)os.c       5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)os.c       5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -185,8 +185,6 @@ get_time()
  * The implementation of this is necessarily very operating system
  * dependent.  This implementation is unabashedly only for Unix systems.
  */
  * The implementation of this is necessarily very operating system
  * dependent.  This implementation is unabashedly only for Unix systems.
  */
-#if GLOB
-
 FILE *popen();
 
        public char *
 FILE *popen();
 
        public char *
@@ -242,18 +240,6 @@ glob(filename)
        return (buffer);
 }
 
        return (buffer);
 }
 
-#else
-
-       public char *
-glob(filename)
-       char *filename;
-{
-       return (filename);
-}
-
-#endif
-
-
 /*
  * Returns NULL if the file can be opened and
  * is an ordinary file, otherwise an error message
 /*
  * Returns NULL if the file can be opened and
  * is an ordinary file, otherwise an error message