From 50280c9ec8dbf87a5ddea65374c651fc379b4cb3 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 19 Aug 2021 15:00:22 -0500 Subject: T3768: Revert "xml: T1962: Add syntaxVersion to schema" This reverts commit 5849ba88a1a20e4d3584843e0be46e456c5f7980. --- scripts/build-command-templates | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build-command-templates b/scripts/build-command-templates index d8abb0a13..a0d1015b4 100755 --- a/scripts/build-command-templates +++ b/scripts/build-command-templates @@ -320,6 +320,4 @@ root = xml.getroot() nodes = root.iterfind("*") for n in nodes: - if n.tag == "syntaxVersion": - continue process_node(n, [output_dir]) -- cgit v1.2.3