[all-commits] [llvm/llvm-project] bad138: [lldb/Core] Remove dead Get*PluginCreateCallbackFo...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 18 17:36:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bad1389f1252d1b77c5e31f0dadee92eb38d23a1
https://github.com/llvm/llvm-project/commit/bad1389f1252d1b77c5e31f0dadee92eb38d23a1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M lldb/include/lldb/Core/PluginManager.h
M lldb/source/Core/PluginManager.cpp
Log Message:
-----------
[lldb/Core] Remove dead Get*PluginCreateCallbackForPluginName (NFC)
The plugin manager had dedicated Get*PluginCreateCallbackForPluginName
methods for each type of plugin, and only a small subset of those were
used. This removes the dead duplicated code.
More information about the All-commits
mailing list