summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/packet.h b/epan/packet.h
index c953b07c05..5333d99348 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -56,9 +56,6 @@ struct epan_range;
((guint)(offset) + (guint)(len) > (guint)(offset) && \
(guint)(offset) + (guint)(len) <= (guint)(captured_len))
-/* To pass one of two strings, singular or plural */
-#define plurality(d,s,p) ((d) == 1 ? (s) : (p))
-
typedef struct _packet_counts {
gint sctp;
gint tcp;