nf: Remove compilation error caused by
authorRuchi Kandoi <kandoiruchi@google.com>
Thu, 24 Apr 2014 21:07:53 +0000 (14:07 -0700)
committerRuchi Kandoi <kandoiruchi@google.com>
Thu, 24 Apr 2014 21:15:09 +0000 (21:15 +0000)
e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35

Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
net/netfilter/xt_IDLETIMER.c

index 43ced837a6c25c88dfaf23cb62c820a9ca3063c1..f6562ba97a978a8b9deeb433e922d5d6fb28ea8f 100644 (file)
@@ -380,7 +380,6 @@ static int idletimer_tg_checkentry(const struct xt_tgchk_param *par)
 {
        struct idletimer_tg_info *info = par->targinfo;
        int ret;
-       unsigned long now = jiffies;
 
        pr_debug("checkentry targinfo %s\n", info->label);