aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace-graph.c')
-rw-r--r--trace-graph.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/trace-graph.c b/trace-graph.c
index b1217d0..c190649 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -1874,9 +1874,6 @@ destroy_event(GtkWidget *widget, gpointer data)
1874 filter_task_hash_free(ginfo->task_filter); 1874 filter_task_hash_free(ginfo->task_filter);
1875 filter_task_hash_free(ginfo->hide_tasks); 1875 filter_task_hash_free(ginfo->hide_tasks);
1876 1876
1877 if (ginfo->test)
1878 dprintf(1, "test = %s\n", ginfo->test);
1879
1880 return TRUE; 1877 return TRUE;
1881} 1878}
1882 1879
@@ -1998,7 +1995,6 @@ trace_graph_create_with_callbacks(struct tracecmd_input *handle,
1998 1995
1999 ginfo = g_new0(typeof(*ginfo), 1); 1996 ginfo = g_new0(typeof(*ginfo), 1);
2000 g_assert(ginfo != NULL); 1997 g_assert(ginfo != NULL);
2001 ginfo->test = "hello!";
2002 1998
2003 ginfo->handle = handle; 1999 ginfo->handle = handle;
2004 ginfo->pevent = tracecmd_get_pevent(handle); 2000 ginfo->pevent = tracecmd_get_pevent(handle);