remove facilities_by_* fields from LttTrace
[lttv.git] / ltt / branches / poly / ltt / trace.h
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;
This page took 0.023661 seconds and 4 git commands to generate.