aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-03 16:26:41 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-04 00:27:19 +0000
commit72b18899a057e5ebf47575bbf66027e86a0546bc (patch)
treea5602931ec12a2e7fad67b5f671e8093d9c93382 /epan/proto.h
parent32f9f92487f797bcaef6d3cbf92b7fb802a6079e (diff)
Remove extraneous stuff from a comment.
(Probably inserted by a script.) Change-Id: Ibf4e4d84c0c036841971df8dad54a916502d6909 Reviewed-on: https://code.wireshark.org/review/13036 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index eb45d5259b..8277cde828 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -2246,7 +2246,6 @@ WS_DLL_PUBLIC gboolean proto_tracking_interesting_fields(const proto_tree *tree)
/** Return GPtrArray* of field_info pointers for all hfindex that appear in
tree. Works with any tree, primed or unprimed, and is slower than
-WS_DLL_PUBLIC
proto_get_finfo_ptr_array because it has to search through the tree.
@param tree tree of interest
@param hfindex index of field info of interest