[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:
Alex Langford 2019-05-07 01:03:40 +00:00
parent e2b7332d2d
commit 6bc219e6bf
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -30,7 +30,6 @@ add_lldb_library(lldbBreakpoint
lldbSymbol
lldbTarget
lldbUtility
lldbPluginCPlusPlusLanguage
lldbPluginObjCLanguage
LINK_COMPONENTS