remove facilities_by_* fields from LttTrace
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 22:37:31 +0000 (22:37 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 22:37:31 +0000 (22:37 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2644 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/trace.h
ltt/branches/poly/ltt/tracefile.c

index 5266b227b023de0965ead98240c42d90b8aa5e60..ca3edd99441a9342c4c08f1093c5bacb111f10d7 100644 (file)
@@ -28,10 +28,6 @@ struct LttTrace {
   GQuark pathname;                          //the pathname of the trace
   //LttSystemDescription * system_description;//system description 
 
-  GArray *facilities_by_num;            /* fac_id as index in array */
-  GData *facilities_by_name;            /* fac name (GQuark) as index */
-                                        /* Points to array of fac_id of all the
-                                        * facilities that has this name. */
   guint     num_cpu;
 
   guint32   arch_type;
index c3e618459ac9993cd08a79ede6fcf3cc40a2619c..f6beea740828d58cb45c4982bcce0b40e81c51e3 100644 (file)
@@ -1240,8 +1240,6 @@ LttTrace *ltt_trace_open(const gchar *pathname)
 
   /* Error handling */
 facilities_error:
-  g_datalist_clear(&t->facilities_by_name);
-  g_array_free(t->facilities_by_num, TRUE);
 find_error:
   g_datalist_clear(&t->tracefiles);
 open_error:
This page took 0.027497 seconds and 4 git commands to generate.