aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-26 02:16:37 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2012-07-26 02:16:37 +0000
commit8e049012c2a5e9ac1b4bbe97cb53c048ec4ef783 (patch)
treeb9c32e15ca663b573b56835ec9d5c266d81df611 /epan/dissectors/packet-rlc.c
parent3314b3a7b3429c624fdc5ed3ed83927ec3f548fc (diff)
Fix Coverity CID 709737: Structurally dead code.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44023 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rlc.c')
-rw-r--r--epan/dissectors/packet-rlc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rlc.c b/epan/dissectors/packet-rlc.c
index 4c515fec3e..909d71c4dd 100644
--- a/epan/dissectors/packet-rlc.c
+++ b/epan/dissectors/packet-rlc.c
@@ -450,7 +450,6 @@ static int special_cmp(gconstpointer a, gconstpointer b)
return -1;
}
}
- return (p < q)? -1 : (p > q)? 1 : 0;
}
/* callback function to use for g_hash_table_foreach_remove()