diff options
author | Tom Tromey <tom@tromey.com> | 2023-02-08 11:26:24 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-02-27 11:04:44 -0700 |
commit | 810fbe39b2712853d08df74469f373254b5f30cc (patch) | |
tree | a9c7bafbec3a467830ee33e13928a64ad2204591 /gdb/stabsread.c | |
parent | 935d48567d9e12e1321d97d3867d42d59eda1daa (diff) | |
download | binutils-810fbe39b2712853d08df74469f373254b5f30cc.zip binutils-810fbe39b2712853d08df74469f373254b5f30cc.tar.gz binutils-810fbe39b2712853d08df74469f373254b5f30cc.tar.bz2 |
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.
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index ca9132b..e159790 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -2992,7 +2992,6 @@ read_struct_fields (struct stab_field_info *fip, const char **pp, } return 1; } -/* *INDENT-OFF* */ /* The stabs for C++ derived classes contain baseclass information which is marked by a '!' character after the total size. This function is called when we encounter the baseclass marker, and slurps up all the @@ -3016,7 +3015,6 @@ read_struct_fields (struct stab_field_info *fip, const char **pp, Type number of base class ____________________________________| Return 1 for success, 0 for (error-type-inducing) failure. */ -/* *INDENT-ON* */ |