From 7e0b1a321466e89e43b9b23463530141355ff87d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Sep 2024 00:43:13 -0400 Subject: Deprecate linker directives --- ast.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ast.c') diff --git a/ast.c b/ast.c index 0d2d6e5b..5ac5a325 100644 --- a/ast.c +++ b/ast.c @@ -157,7 +157,6 @@ CORD ast_to_xml(ast_t *ast) T(NonOptional, "%r", ast_to_xml(data.value)) T(DocTest, "%r%r", optional_tagged("expression", data.expr), xml_escape(data.output)) T(Use, "%r", xml_escape(data.path)) - T(LinkerDirective, "%r", xml_escape(data.directive)) T(InlineCCode, "%r", xml_escape(data.code)) default: return "???"; #undef T -- cgit v1.2.3