state.c: fix warning
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index d48c0e4c9c733c0aab238bff884c1a0cf246ba63..0bd17551626f91297a2adc6e436f5fc8867bc9ac 100644 (file)
@@ -1208,7 +1208,7 @@ static void lttv_state_free_irq_states(LttvIRQState *states, guint n)
 
 static LttvSoftIRQState *lttv_state_copy_soft_irq_states(LttvSoftIRQState *states, guint n)
 {
-  guint i,j;
+  guint i;
   LttvSoftIRQState *retval;
 
   retval = g_malloc(n*sizeof(LttvSoftIRQState));
This page took 0.023346 seconds and 4 git commands to generate.