[lldb] Remove unused CPPLanguageRuntime dependency

This commit is contained in:
Alex Langford 2020-01-31 15:21:09 -08:00
parent 34547ac959
commit 8e36d24fca
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ add_lldb_library(lldbPluginCPPRuntime PLUGIN
lldbCore
lldbSymbol
lldbTarget
lldbPluginTypeSystemClang
)
add_subdirectory(ItaniumABI)

View File

@ -18,7 +18,6 @@
#include "lldb/Symbol/Variable.h"
#include "lldb/Symbol/VariableList.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/UniqueCStringMap.h"
#include "lldb/Symbol/CompileUnit.h"