aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2014-04-24 14:07:53 -0700
committerRuchi Kandoi <kandoiruchi@google.com>2015-02-04 14:09:29 -0800
commit456beeabbd99e214d0e5f2b80d0f3b8272dd9c79 (patch)
treefb54b16e82744d6086c0dab2ea23abab79b2b2e2 /net/netfilter
parente05ce93af302c4eb7509a38275eb03b088b60a39 (diff)
nf: Remove compilation error caused by
e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35 Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/xt_IDLETIMER.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c
index 43ced837a6c2..f6562ba97a97 100644
--- a/net/netfilter/xt_IDLETIMER.c
+++ b/net/netfilter/xt_IDLETIMER.c
@@ -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);