[all-commits] [llvm/llvm-project] 19f1ce: [lldb][NFC] Remove ParserVars::m_parser_type membe...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jan 31 03:54:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 19f1ce67353c197ab86039bcc15c3ebca02cbaea
https://github.com/llvm/llvm-project/commit/19f1ce67353c197ab86039bcc15c3ebca02cbaea
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
Log Message:
-----------
[lldb][NFC] Remove ParserVars::m_parser_type member that was never read
We only assign values to this member but never read it. Also the
type in there has no side effects so let's just remove it.
More information about the All-commits
mailing list