Skip to content
Snippets Groups Projects
Commit 29f9dff7 authored by Peter Maydell's avatar Peter Maydell
Browse files

*.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: default avatarPeter Maydell <peter.maydell@linaro.org>
parent 3a8273b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment