Skip to content

Commit

Permalink
[lldb] [NFC] Remove unused WatchpointResourceList class (llvm#79385)
Browse files Browse the repository at this point in the history
In `[lldb] [mostly NFC] Large WP foundation: WatchpointResources
(llvm#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.
  • Loading branch information
jasonmolenda committed Jan 24, 2024
1 parent 16a1ef8 commit bddeef5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 260 deletions.
145 changes: 0 additions & 145 deletions lldb/include/lldb/Breakpoint/WatchpointResourceList.h

This file was deleted.

1 change: 0 additions & 1 deletion lldb/source/Breakpoint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ add_lldb_library(lldbBreakpoint NO_PLUGIN_DEPENDENCIES
WatchpointList.cpp
WatchpointOptions.cpp
WatchpointResource.cpp
WatchpointResourceList.cpp

LINK_LIBS
lldbCore
Expand Down
114 changes: 0 additions & 114 deletions lldb/source/Breakpoint/WatchpointResourceList.cpp

This file was deleted.

0 comments on commit bddeef5

Please sign in to comment.