]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Minor follow-up cleanup to error.cc
authorTobias Burnus <tburnus@baylibre.com>
Wed, 23 Oct 2024 10:25:00 +0000 (12:25 +0200)
committerTobias Burnus <tburnus@baylibre.com>
Wed, 23 Oct 2024 10:25:00 +0000 (12:25 +0200)
commit0ecc45a88d772268a3bd83af02759857da0826d4
treeabb694cb21dcf7d4f936efc80fde12b9f0cd2aef
parent29d8f1f0b7ad3c69b3bdb130325300d5f73aa784
Fortran: Minor follow-up cleanup to error.cc

Follow up to r15-4268-g459c6018d2308d, which removed dead code,
but missing that terminal_width was only set but not used.

gcc/fortran/ChangeLog:

* error.cc (terminal_width, gfc_get_terminal_width): Remove.
(gfc_error_init_1): Do not call one to set the other.
gcc/fortran/error.cc