Skip to content

Commit bddeef5

Browse files
authored
[lldb] [NFC] Remove unused WatchpointResourceList class (#79385)
In `[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)` I added a new template StopPointSiteList to combine WatchpointResourceList and BreakpointSiteList. But I didn't remove the now-unused WatchpointResourceList class. This patch fixes that.
1 parent 16a1ef8 commit bddeef5

File tree

3 files changed

+0
-260
lines changed

3 files changed

+0
-260
lines changed

lldb/include/lldb/Breakpoint/WatchpointResourceList.h

Lines changed: 0 additions & 145 deletions
This file was deleted.

lldb/source/Breakpoint/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ add_lldb_library(lldbBreakpoint NO_PLUGIN_DEPENDENCIES
2424
WatchpointList.cpp
2525
WatchpointOptions.cpp
2626
WatchpointResource.cpp
27-
WatchpointResourceList.cpp
2827

2928
LINK_LIBS
3029
lldbCore

lldb/source/Breakpoint/WatchpointResourceList.cpp

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)