Remove unused functions and variables.
This commit is contained in:
parent
9eca49329d
commit
af2e0c9a32
3 changed files with 1 additions and 18 deletions
|
|
@ -38,12 +38,6 @@ static bool show_help = false;
|
|||
/* If nonzero, print the version on standard output and exit. */
|
||||
static bool show_version = false;
|
||||
|
||||
/* If nonzero, it will attempt to kill a running tincd and exit. */
|
||||
static int kill_tincd = 0;
|
||||
|
||||
/* If nonzero, generate public/private keypair for this host/net. */
|
||||
static int generate_keys = 0;
|
||||
|
||||
static char *name = NULL;
|
||||
static char *identname = NULL; /* program name for syslog */
|
||||
static char *controlcookiename = NULL; /* cookie file location */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue