From a012f2ac7f10fbde8ea7101f7fa3bf6d0f244fb8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 19 Apr 2013 05:05:42 -0400 Subject: [PATCH] Remove unused gc field Signed-off-by: Mathieu Desnoyers --- formats/ctf/metadata/ctf-ast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/formats/ctf/metadata/ctf-ast.h b/formats/ctf/metadata/ctf-ast.h index e4cf68a4..a8e58cef 100644 --- a/formats/ctf/metadata/ctf-ast.h +++ b/formats/ctf/metadata/ctf-ast.h @@ -75,7 +75,6 @@ struct ctf_node { struct ctf_node *parent; struct bt_list_head siblings; struct bt_list_head tmp_head; - struct bt_list_head gc; unsigned int lineno; enum node_type type; -- 2.34.1