diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.cpp')
-rw-r--r-- | contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.cpp b/contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.cpp index e6d22ec4ae40..925db599e4ab 100644 --- a/contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.cpp +++ b/contrib/llvm-project/lldb/source/Commands/CommandObjectLanguage.cpp @@ -23,4 +23,4 @@ CommandObjectLanguage::CommandObjectLanguage(CommandInterpreter &interpreter) LanguageRuntime::InitializeCommands(this); } -CommandObjectLanguage::~CommandObjectLanguage() {} +CommandObjectLanguage::~CommandObjectLanguage() = default; |