forked from OSchip/llvm-project
[Breakpoint] Remove unused dependency
The CPlusPlus Language plugin is unused in lldbBreakpoint. We should just remove it. A great follow up to this change would be to remove the dependency on the ObjC language plugin, but that is actually used and requires some refactoring. llvm-svn: 360105
This commit is contained in:
parent
e2b7332d2d
commit
6bc219e6bf
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "lldb/Breakpoint/BreakpointResolverName.h"
|
||||
|
||||
#include "Plugins/Language/CPlusPlus/CPlusPlusLanguage.h"
|
||||
#include "Plugins/Language/ObjC/ObjCLanguage.h"
|
||||
#include "lldb/Breakpoint/BreakpointLocation.h"
|
||||
#include "lldb/Core/Architecture.h"
|
||||
|
|
|
@ -30,7 +30,6 @@ add_lldb_library(lldbBreakpoint
|
|||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbUtility
|
||||
lldbPluginCPlusPlusLanguage
|
||||
lldbPluginObjCLanguage
|
||||
|
||||
LINK_COMPONENTS
|
||||
|
|
Loading…
Reference in New Issue