Remove temp code
authorYannick Brosseau <yannick.brosseau@gmail.com>
Wed, 22 May 2013 18:46:44 +0000 (14:46 -0400)
committerYannick Brosseau <yannick.brosseau@gmail.com>
Wed, 22 May 2013 18:46:59 +0000 (14:46 -0400)
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
lttv/lttv/traceset.c

index 370fa61b3f4bae152c0f0e808042466967a844cb..9c24f339cd3a91da3f683002fde48baa0db11c12 100644 (file)
@@ -57,9 +57,6 @@ LttvTraceset *lttv_traceset_new(void)
        ts->traces = g_ptr_array_new();
        ts->context = bt_context_create();
        ts->a = g_object_new(LTTV_ATTRIBUTE_TYPE, NULL);
-       //TODO remove this when we have really mecanism
-       //s->tmpState = g_new(LttvTraceState *, 1);
-       //lttv_trace_state_init(s->tmpState,0);
 
        /*Initialize iterator to the beginning of the traces*/        
        begin_pos.type = BT_SEEK_BEGIN;
This page took 0.024961 seconds and 4 git commands to generate.