diff options
author | Nils-Christian Kempke <nils-christian.kempke@intel.com> | 2022-04-11 14:06:55 +0200 |
---|---|---|
committer | Nils-Christian Kempke <nils-christian.kempke@intel.com> | 2022-04-11 14:06:55 +0200 |
commit | c08ec64081d95b7a9abf35e54efaf44051aea195 (patch) | |
tree | 45404ca6ce64a600c378320b85196592f38ec2be /gdb | |
parent | d4c948427dea866c6afb8d9ec7cf1f05dd1c9623 (diff) | |
download | gdb-c08ec64081d95b7a9abf35e54efaf44051aea195.zip gdb-c08ec64081d95b7a9abf35e54efaf44051aea195.tar.gz gdb-c08ec64081d95b7a9abf35e54efaf44051aea195.tar.bz2 |
gdb/f-lang: remove hidden ^L characters
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/f-lang.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 1f95ae8..e329f06 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -101,8 +101,6 @@ f_language::get_encoding (struct type *type) return encoding; } - - /* A helper function for the "bound" intrinsics that checks that TYPE is an array. LBOUND_P is true for lower bound; this is used for the error message, if any. */ @@ -219,7 +217,6 @@ fortran_bounds_for_dimension (bool lbound_p, gdb_assert_not_reached ("failed to find matching dimension"); } - /* Return the number of dimensions for a Fortran array or string. */ |