[Lldb-commits] [PATCH] D129367: [LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_type
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 12 02:21:44 PDT 2022
Michael137 marked an inline comment as done.
Michael137 added inline comments.
================
Comment at: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h:356
struct StructVars {
- StructVars() : m_result_name(), m_object_pointer_type(nullptr, nullptr) {}
+ StructVars() : m_result_name() {}
----------------
aprantl wrote:
> I suppose the `: m_result_name()` is redundant?
Yup!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129367/new/
https://reviews.llvm.org/D129367
More information about the lldb-commits
mailing list