From 284d5a6b017cfc33159d7eb8da47f04bdaf385c0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 1 Apr 2021 18:52:52 -0700 Subject: [PATCH] proto_data: small cleanups. Get rid of #if 0'ed out includes. Update a comment. --- epan/proto_data.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/epan/proto_data.c b/epan/proto_data.c index 5a851fab29..de364e2022 100644 --- a/epan/proto_data.c +++ b/epan/proto_data.c @@ -12,23 +12,14 @@ #include -#if 0 -#include -#include -#endif #include #include #include #include -#if 0 -#include -#endif -#if 0 -#include -#endif /* Protocol-specific data attached to a frame_data structure - protocol - index and opaque pointer. */ + index, key for multiple items with the same protocol index, + and opaque pointer. */ typedef struct _proto_data { int proto; guint32 key;