summaryrefslogtreecommitdiff
path: root/feature_to_c.sh
diff options
context:
space:
mode:
Diffstat (limited to 'feature_to_c.sh')
-rw-r--r--feature_to_c.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/feature_to_c.sh b/feature_to_c.sh
index dbf9f19c91..0994d9546e 100644
--- a/feature_to_c.sh
+++ b/feature_to_c.sh
@@ -63,7 +63,6 @@ for input; do
done
echo >> $output
-echo "extern const char *const xml_builtin[][2];" >> $output
echo "const char *const xml_builtin[][2] = {" >> $output
for input; do