From: compudj Date: Mon, 15 Oct 2007 21:58:51 +0000 (+0000) Subject: fix hash table bug X-Git-Tag: v0.12.20~787 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8c6a42767875ea167d04ce527afb7baf94963ecc;p=lttv.git fix hash table bug git-svn-id: http://ltt.polymtl.ca/svn@2702 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/marker.h b/ltt/branches/poly/ltt/marker.h index 9a4f4144..e3d4cd3d 100644 --- a/ltt/branches/poly/ltt/marker.h +++ b/ltt/branches/poly/ltt/marker.h @@ -64,7 +64,6 @@ static inline struct marker_info *marker_get_info_from_name(LttTrace *trace, GQuark name) { gpointer orig_key, value; - guint16 id; int res; res = g_hash_table_lookup_extended(trace->markers_hash, (gconstpointer)name,