remove facilities_by_* fields from LttTrace
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index df02f4be3b2860c1706d068af955b37dc63a5601..f6beea740828d58cb45c4982bcce0b40e81c51e3 100644 (file)
@@ -48,7 +48,7 @@
 #include <ltt/event.h>
 //#include <ltt/type.h>
 #include <ltt/ltt-types.h>
-#include <ltt/markers.h>
+#include <ltt/marker.h>
 
 /* Facility names used in this 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.022914 seconds and 4 git commands to generate.