From 59365b0ba69ae2c5b90491b45df559c42b00ae1b Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 3 Sep 2015 01:13:26 +0000 Subject: Remove the list of all languages in the help for "help language" since almost all the elements on the list can't actually be passed to the language command and all the ones that can have already been listed in the subcommands list. llvm-svn: 246740 --- lldb/source/Commands/CommandObjectLanguage.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/source/Commands/CommandObjectLanguage.cpp') diff --git a/lldb/source/Commands/CommandObjectLanguage.cpp b/lldb/source/Commands/CommandObjectLanguage.cpp index 093126a80ee..44c66d34593 100644 --- a/lldb/source/Commands/CommandObjectLanguage.cpp +++ b/lldb/source/Commands/CommandObjectLanguage.cpp @@ -34,10 +34,6 @@ CommandObjectMultiword (interpreter, void CommandObjectLanguage::GenerateHelpText (Stream &output_stream) { CommandObjectMultiword::GenerateHelpText(output_stream); - - output_stream << "\nlanguage name can be one of the following:\n"; - - Language::PrintAllLanguages(output_stream, " ", "\n"); } CommandObjectLanguage::~CommandObjectLanguage () -- cgit v1.2.3