aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-06-12 19:42:54 +0000
committerAnders Broman <a.broman58@gmail.com>2017-06-12 21:40:07 +0000
commit68c0b8311c376fd33d8eabf675ecd3f53138efde (patch)
treecfc4e97a6911cd5b8fc073a898348a8ac7d42ca4 /epan/dissectors/packet-epl.c
parentb871da0f90e47ff1b25b40712217da4c9695b3df (diff)
EPL: fix redundant redeclaration of ‘epl_profile_uat_fld_fileopen_check_cb’ [-Wredundant-decls]
Change-Id: I44ba825648eb707942c4ea576c850c94f4891fb1 Reviewed-on: https://code.wireshark.org/review/22102 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-epl.c')
-rw-r--r--epan/dissectors/packet-epl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-epl.c b/epan/dissectors/packet-epl.c
index c51eb73e48..3b553c4f29 100644
--- a/epan/dissectors/packet-epl.c
+++ b/epan/dissectors/packet-epl.c
@@ -5115,8 +5115,6 @@ dissect_epl_sdo_command_read_by_index(struct epl_convo *convo, proto_tree *epl_t
return offset;
}
-static gboolean epl_profile_uat_fld_fileopen_check_cb(void *, const char *path, guint len, const void *, const void *, char **err);
-
static struct profile *profile_load(wmem_allocator_t *allocator, const char *path)
{
struct profile *profile = NULL;