From 79e8106d80de9774d3b223396a43942b65c1211a Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 24 Mar 2004 06:36:32 +0000 Subject: commented out unused aim_handle's svn path=/trunk/; revision=10474 --- packet-aim-stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-aim-stats.c') diff --git a/packet-aim-stats.c b/packet-aim-stats.c index 76a3aee074..c3d7e2a757 100644 --- a/packet-aim-stats.c +++ b/packet-aim-stats.c @@ -2,7 +2,7 @@ * Routines for AIM Instant Messenger (OSCAR) dissection, SNAC Stats * Copyright 2004, Jelmer Vernooij * - * $Id: packet-aim-stats.c,v 1.2 2004/03/23 18:36:05 guy Exp $ + * $Id: packet-aim-stats.c,v 1.3 2004/03/24 06:36:32 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -90,7 +90,7 @@ proto_register_aim_stats(void) void proto_reg_handoff_aim_stats(void) { - dissector_handle_t aim_handle; + /*dissector_handle_t aim_handle;*/ /*FIXME: aim_handle = new_create_dissector_handle(dissect_aim_snac_stats, proto_aim_stats); dissector_add("aim.family", FAMILY_STATS, aim_handle);*/ aim_init_family(FAMILY_STATS, "Statistic", aim_fnac_family_stats); -- cgit v1.2.3