nf: Remove compilation error caused by e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35
authorRuchi Kandoi <kandoiruchi@google.com>
Thu, 24 Apr 2014 21:07:53 +0000 (14:07 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:34 +0000 (13:51 -0800)
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
net/netfilter/xt_IDLETIMER.c

index e7694d0a4d4a2b82bc41399b9d4e585408d76028..1722dd34fe26837ba78dc3b768f4f3618d84bcb8 100644 (file)
@@ -381,7 +381,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);