remove unused variables

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5500 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-11 13:49:48 +00:00
parent 63c0b9b5a4
commit 009112b3ee

View File

@@ -1250,11 +1250,8 @@ start_login(char *host, int autologin, char *name)
char *user;
#ifdef HAVE_UTMPX_H
char id_buf[3];
int ptynum;
int pid = getpid();
struct utmpx utmpx;
struct timeval tmp;
char *clean_tty;
/*
@@ -1375,12 +1372,6 @@ static int addarg(struct arg_val *argv, char *val)
static void
rmut(void)
{
int f;
int found = 0;
struct utmp *u, *utmp;
int nutmp;
struct stat statbf;
struct timeval tmp;
struct utmpx *utxp, utmpx;
char *clean_tty = clean_ttyname(line);