X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.c;h=3aa099d6108c0ea0c7f42fe5fa0610b833cdf133;hb=327a43149d62f1984112e1ef022ef039897f78ad;hp=970da06454407f05b1bea32c6f0b9c5ffc3c5084;hpb=a0c1f62260816bb15c0ba8e88b10c223087b4f32;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.c b/ltt/branches/poly/lttv/lttv/tracecontext.c index 970da064..3aa099d6 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.c +++ b/ltt/branches/poly/lttv/lttv/tracecontext.c @@ -165,7 +165,7 @@ static void init_tracefile_context(LttTracefile *tracefile, static void init(LttvTracesetContext *self, LttvTraceset *ts) { - guint i, j, nb_trace; + guint i, nb_trace; LttvTraceContext *tc; @@ -819,8 +819,6 @@ gboolean lttv_process_traceset_seek_position(LttvTracesetContext *self, const LttvTracesetContextPosition *pos) { guint i; - LttvTraceContext *tc; - LttvTracefileContext *tfc; g_tree_destroy(self->pqueue); self->pqueue = g_tree_new(compare_tracefile);