summaryrefslogtreecommitdiff
path: root/lib/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tc.h')
-rw-r--r--lib/tc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tc.h b/lib/tc.h
index 55bed0853..35068cbd8 100644
--- a/lib/tc.h
+++ b/lib/tc.h
@@ -320,7 +320,6 @@ is_tcf_id_eq(struct tcf_id *id1, struct tcf_id *id2)
{
return id1->prio == id2->prio
&& id1->handle == id2->handle
- && id1->handle == id2->handle
&& id1->hook == id2->hook
&& id1->block_id == id2->block_id
&& id1->ifindex == id2->ifindex