From 713b02e3491348813cd5fafbfd328781af2bcb31 Mon Sep 17 00:00:00 2001 From: pmf Date: Wed, 10 Oct 2007 22:22:08 +0000 Subject: [PATCH] batchtest.c: fix warnings git-svn-id: http://ltt.polymtl.ca/svn@2640 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/batchtest.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ltt/branches/poly/lttv/lttv/batchtest.c b/ltt/branches/poly/lttv/lttv/batchtest.c index 2adf742e..bc68f373 100644 --- a/ltt/branches/poly/lttv/lttv/batchtest.c +++ b/ltt/branches/poly/lttv/lttv/batchtest.c @@ -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(); -- 2.34.1