From dd89c7770b0fcd2e18c0f794ee192b2a62aebc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20H=C3=A5llberg?= Date: Sat, 17 Jan 2009 00:49:34 +0100 Subject: removed unused variable diff --git a/main.c b/main.c index 894c7b2..9e680a2 100644 --- a/main.c +++ b/main.c @@ -120,7 +120,6 @@ static char *copyname = COPYNAME; long received = 0; /* amount of data received from remote host */ long sent = 0; /* amount of data sent to remote host */ -char identified = 0; /* 1 after #identify */ VOLATILE char confirm = 0; /* 1 if just tried to quit */ int history_done = 0; /* number of recursive #history commands */ int prompt_status = 0; /* prompt status: 0 = ready -> nothing to do; diff --git a/main.h b/main.h index 3d27f33..85f11f4 100644 --- a/main.h +++ b/main.h @@ -21,7 +21,6 @@ int is_permanent_variable __P ((varnode *v)); /* shared vars from main.c */ -extern char identified; extern int prompt_status, line_status; extern int limit_mem; extern char ready; -- cgit v0.10.2