summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Utility/StreamGDBRemote.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Utility/StreamGDBRemote.h')
-rw-r--r--lldb/include/lldb/Utility/StreamGDBRemote.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Utility/StreamGDBRemote.h b/lldb/include/lldb/Utility/StreamGDBRemote.h
index 465135eaf4a..dd0ea31126d 100644
--- a/lldb/include/lldb/Utility/StreamGDBRemote.h
+++ b/lldb/include/lldb/Utility/StreamGDBRemote.h
@@ -26,7 +26,6 @@ public:
~StreamGDBRemote() override;
- //------------------------------------------------------------------
/// Output a block of data to the stream performing GDB-remote escaping.
///
/// \param[in] s
@@ -37,7 +36,6 @@ public:
///
/// \return
/// Number of bytes written.
- //------------------------------------------------------------------
// TODO: Convert this function to take ArrayRef<uint8_t>
int PutEscapedBytes(const void *s, size_t src_len);
};
OpenPOWER on IntegriCloud