diff --git a/tools/gtp-link.c b/tools/gtp-link.c index 8aa9e98..b82bd37 100644 --- a/tools/gtp-link.c +++ b/tools/gtp-link.c @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) struct nlmsghdr *nlh; struct ifinfomsg *ifm; int ret; - unsigned int seq, portid, change = 0, flags = 0; + unsigned int seq, portid; struct nlattr *nest, *nest2; if (argc != 3) {