Remove old GNU indent directives

Now that gdb_indent.sh has been removed, I think it makes sense to
also remove the directives intended for GNU indent.
This commit is contained in:
Tom Tromey 2023-02-08 11:26:24 -07:00
parent 935d48567d
commit 810fbe39b2
15 changed files with 6 additions and 29 deletions

View file

@ -1,5 +1,3 @@
/* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF confuses indent, avoid running it
for now. */
/* I/O, string, cleanup, and other random utilities for GDB.
Copyright (C) 1986-2023 Free Software Foundation, Inc.