about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-19 05:33:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-19 05:33:46 +0000
commitb41f85ad863d545b42faff01d0a2c154ce2a1434 (patch)
treef6b8ba02d49e7fa957196ac9aab1bf8d246754e0 /Src/utils.c
parent857e8927226f8eb22077ea06e0e4a1621adcc5d4 (diff)
downloadzsh-b41f85ad863d545b42faff01d0a2c154ce2a1434.tar.gz
zsh-b41f85ad863d545b42faff01d0a2c154ce2a1434.tar.xz
zsh-b41f85ad863d545b42faff01d0a2c154ce2a1434.zip
manual/8327
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 3f0649f69..26b9ece5c 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -407,15 +407,6 @@ fprintdir(char *s, FILE *f)
     }
 }
 
-/* Returns the current username.  It caches the username *
- * and uid to try to avoid requerying the password files *
- * or NIS/NIS+ database.                                 */
-
-/**/
-uid_t cached_uid;
-/**/
-char *cached_username;
-
 /**/
 char *
 get_username(void)