From: Mathieu Desnoyers Date: Fri, 19 Apr 2013 09:05:42 +0000 (-0400) Subject: Remove unused gc field X-Git-Tag: v1.1.1~30 X-Git-Url: https://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a012f2ac7f10fbde8ea7101f7fa3bf6d0f244fb8 Remove unused gc field Signed-off-by: Mathieu Desnoyers --- 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;