[all-commits] [llvm/llvm-project] 58beda: [LLDB] Remove unused variable 'lang_rt' in ClangEx...

Jie Fu via All-commits all-commits at lists.llvm.org
Thu Feb 16 17:43:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58bedaed0fea43fbf14bdb5f1da500528ca6dc80
      https://github.com/llvm/llvm-project/commit/58bedaed0fea43fbf14bdb5f1da500528ca6dc80
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp

  Log Message:
  -----------
  [LLDB] Remove unused variable 'lang_rt' in ClangExpressionParser.cpp (NFC)

/data/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:398:34: error: variable 'lang_rt' set but not used [-Werror,-Wunused-but-set-variable]
  lldb_private::LanguageRuntime *lang_rt = nullptr;
                                 ^
1 error generated.




More information about the All-commits mailing list