Skip to content

Commit 3f870ef

Browse files
committed
[lldb-dap] remove commented code
1 parent a2ba08c commit 3f870ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/tools/lldb-dap/Protocol/ProtocolRequests.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,6 @@ struct ReadMemoryResponseBody {
872872
/// request, and `unreadableBytes` is zero or omitted, then the client should
873873
/// assume it's reached the end of readable memory.
874874
std::vector<std::byte> data;
875-
// std::optional<std::string> data;
876875
};
877876
llvm::json::Value toJSON(const ReadMemoryResponseBody &);
878877

0 commit comments

Comments
 (0)