Skip to content

Commit 54607cf

Browse files
committed
remove stray line
1 parent 279dee7 commit 54607cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class NativeRegisterContextDBReg
9191
virtual uint32_t MakeBreakControlValue(size_t size) = 0;
9292
virtual uint32_t MakeWatchControlValue(size_t size, uint32_t watch_flags) = 0;
9393
virtual uint32_t GetWatchpointSize(uint32_t wp_index) = 0;
94-
9594
virtual llvm::Error ReadHardwareDebugInfo() = 0;
9695
virtual llvm::Error WriteHardwareDebugRegs(DREGType hwbType) = 0;
9796
virtual lldb::addr_t FixWatchpointHitAddress(lldb::addr_t hit_addr) {

0 commit comments

Comments
 (0)