Fix compiler warnings.
[oweals/tinc.git] / src / tincctl.c
index 567e1c3decdd85c924c9351ecfc5d2bd127fa9af..38bc4cf77b00e7b52e326c75270a6850d5899658 100644 (file)
@@ -440,9 +440,7 @@ static int send_ctl_request_cooked(int fd, enum request_type type,
 int main(int argc, char *argv[], char *envp[]) {
        struct sockaddr_un addr;
        tinc_ctl_greeting_t greeting;
-       tinc_ctl_request_t req;
        int fd;
-       int len;
        int result;
 
        program_name = argv[0];