Browse Source

Remove some noise

Eric Andersen 22 years ago
parent
commit
bd85a75e3c
1 changed files with 0 additions and 13 deletions
  1. 0 13
      libc/misc/utmp/utent.c

+ 0 - 13
libc/misc/utmp/utent.c

@@ -107,19 +107,6 @@ struct utmp *getutent(void)
     return __getutent(static_fd);
 }
 
-#if 0
-struct utmp * getutent(void)
-{
-    struct utmp *result;
-    static struct utmp buffer;
-
-    if (getutent_r(&buffer, &result) < 0)
-	return NULL;
-
-    return result;
-}
-#endif
-
 /* Locking is done in __getutent */
 struct utmp *getutid (const struct utmp *utmp_entry)
 {