[all-commits] [llvm/llvm-project] b6c29d: [lldb][NFC] Remove unused 'type' parameter in Clan...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Dec 23 03:44:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b6c29d9de027692cfe93a4f701cf49f1d5f99574
https://github.com/llvm/llvm-project/commit/b6c29d9de027692cfe93a4f701cf49f1d5f99574
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
Log Message:
-----------
[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlobalVariable
We never pass something else than a nullptr as the 'type' so the related code in this function is never reached.
More information about the All-commits
mailing list