toolchain/gcc: cleanup gcc9 config option

This line should have been removed in 244847da "build: remove GCC9
support" but stayed in tree after an incomplete rebase. Fix it.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2021-09-21 15:06:33 -10:00
parent 6a2f516d55
commit 753f2f1eaa
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ choice
config GCC_USE_VERSION_8
bool "gcc 8.x"
config GCC_USE_VERSION_9
bool "gcc 9.x"
config GCC_USE_VERSION_10
bool "gcc 10.x"