*.hx: Remove all the STEXI/ETEXI blocks

We no longer generate texinfo from the hxtool input files,
so delete all the STEXI/ETEXI blocks.

This commit was created using the following Perl one-liner:
  perl -i -n -e '$suppress = 1,next if /^STEXI/;$suppress=0,next if /^ETEXI/; print if !$suppress;' *.hx

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Peter Maydell
2020-03-06 11:06:55 +00:00
parent 3a8273b1ab
commit 29f9dff790
3 changed files with 0 additions and 5225 deletions
File diff suppressed because it is too large Load Diff
-821
View File
File diff suppressed because it is too large Load Diff
-4075
View File
File diff suppressed because it is too large Load Diff