Skip to content

Commit

Permalink
*.hx: Remove all the STEXI/ETEXI blocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pm215 committed Mar 6, 2020
1 parent 3a8273b commit 29f9dff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5,225 deletions.
Loading

0 comments on commit 29f9dff

Please sign in to comment.