diff options
author | John Estabrook <jestabro@vyos.io> | 2021-08-19 15:00:22 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-08-19 15:00:22 -0500 |
commit | 50280c9ec8dbf87a5ddea65374c651fc379b4cb3 (patch) | |
tree | 44ef694fec169339daba0e79add2767ae3a49837 /scripts | |
parent | ae6f94f8a910b91433a5133a96bfaae40ee34b4c (diff) | |
download | vyos-1x-50280c9ec8dbf87a5ddea65374c651fc379b4cb3.tar.gz vyos-1x-50280c9ec8dbf87a5ddea65374c651fc379b4cb3.zip |
T3768: Revert "xml: T1962: Add syntaxVersion to schema"
This reverts commit 5849ba88a1a20e4d3584843e0be46e456c5f7980.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-command-templates | 2 |
1 files changed, 0 insertions, 2 deletions
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]) |