fix hash table bug
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 21:58:51 +0000 (21:58 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 21:58:51 +0000 (21:58 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2702 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/marker.h

index 9a4f4144c127372844730df95e5c46d7ddacf975..e3d4cd3d96b8706860563cba05fdcff998d212ea 100644 (file)
@@ -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,
This page took 0.023847 seconds and 4 git commands to generate.