[lldb] Remove out of date comment. NFC (#149908)

Mojo already moved to the main list in 582582fb474b8
This commit is contained in:
Daniel Sanders 2025-07-22 14:24:19 -07:00 committed by GitHub
parent 45d0750dac
commit 32ee7daa57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -525,8 +525,6 @@ enum LanguageType {
// Language::SetLanguageFromCString and Language::AsCString assume these can
// be used as indexes into array g_languages.
eLanguageTypeMipsAssembler, ///< Mips_Assembler.
// Mojo will move to the common list of languages once the DWARF committee
// creates a language code for it.
eNumLanguageTypes
};