diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2014-04-24 14:07:53 -0700 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:51:34 -0800 |
| commit | acbd8a50ab7d16f1f41e438dd6a0ecd7df5ac7f7 (patch) | |
| tree | 766e6d0b7e9acfe96e760ca27c972e0324b4d7a8 /net | |
| parent | d726599912465970bf19af891dfcbb9a01d10691 (diff) | |
nf: Remove compilation error caused by e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
Diffstat (limited to 'net')
| -rw-r--r-- | net/netfilter/xt_IDLETIMER.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c index e7694d0a4d4a..1722dd34fe26 100644 --- a/net/netfilter/xt_IDLETIMER.c +++ b/net/netfilter/xt_IDLETIMER.c @@ -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); |
