ID:355 - Remove declared, but not used variables

Commit removes bunch of declared, but not used, variables.
This commit is contained in:
Zdenek Styblik
2016-03-14 20:19:35 +01:00
parent 2b8974fb22
commit 24ebe2fed9
8 changed files with 16 additions and 47 deletions

View File

@@ -97,7 +97,6 @@ static struct termios _saved_tio;
static int _in_raw_mode = 0;
static int _disable_keepalive = 0;
static int _use_sol_for_keepalive = 0;
static int _keepalive_retries = 0;
extern int verbose;