create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / lttv / batchtest.c
index 2adf742e335039f9fff989933c0ca02105080ad3..bc68f3730307d6480c976d6b6848dbee87128dee 100644 (file)
@@ -307,7 +307,7 @@ static void compute_tracefile(LttTracefile *tracefile, void *hook_data)
   /* start_count is always initialized in this function _if_ there is always
    * a block_start before a block_end.
    */
-  long long unsigned cycle_count, start_count=0, delta_cycle;
+  //long long unsigned cycle_count, start_count=0, delta_cycle;
 
 
   filename = g_string_new("");
@@ -411,14 +411,6 @@ static gboolean process_traceset(void __UNUSED__ *hook_data,
 
   LttTrace *trace;
 
-  long long unsigned start_nsec, end_nsec, delta_nsec, added_nsec, added_nsec2;
-
-  double cycle_per_nsec, nsec_per_cycle;
-
-  long long interpolated_nsec, interpolated_nsec2, end_nsec_sec, end_nsec_nsec;
-
-  LttTime start_time;
-
   LttTime max_time = { G_MAXULONG, G_MAXULONG };
 
   a_event_position = ltt_event_position_new();
This page took 0.026897 seconds and 4 git commands to generate.