From 8c6a42767875ea167d04ce527afb7baf94963ecc Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 15 Oct 2007 21:58:51 +0000 Subject: [PATCH] fix hash table bug git-svn-id: http://ltt.polymtl.ca/svn@2702 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/marker.h | 1 - 1 file changed, 1 deletion(-) 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, -- 2.34.1