X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Ftincctl.c;h=6d7f03b877e0be11a69e81093c46b4bfa060616a;hb=af2e0c9a32642065aedd2e67ca1f5791ca7a407d;hp=20fc991fd88899570ad16218069f228598586d83;hpb=b3aeaf0f917a895332ff937c7ab64638eacc0eae;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index 20fc991f..6d7f03b8 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -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 */