diff options
| author | Gustav HÃ¥llberg <gustav@gmail.com> | 2009-01-16 23:49:34 (GMT) | 
|---|---|---|
| committer | Gustav HÃ¥llberg <gustav@gmail.com> | 2009-01-16 23:55:40 (GMT) | 
| commit | dd89c7770b0fcd2e18c0f794ee192b2a62aebc8c (patch) | |
| tree | 142e3e970302cbdb0d6211ff2e85291dd5a5005b | |
| parent | 2a5b0cabaa1b2aba86e466cdc25486fa4c86e6cd (diff) | |
| download | powwow-dd89c7770b0fcd2e18c0f794ee192b2a62aebc8c.zip powwow-dd89c7770b0fcd2e18c0f794ee192b2a62aebc8c.tar.gz powwow-dd89c7770b0fcd2e18c0f794ee192b2a62aebc8c.tar.bz2 | |
removed unused variable
| -rw-r--r-- | main.c | 1 | ||||
| -rw-r--r-- | main.h | 1 | 
2 files changed, 0 insertions, 2 deletions
| @@ -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; @@ -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; | 
