aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/source/Host/common/Socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/source/Host/common/Socket.cpp')
-rw-r--r--contrib/llvm-project/lldb/source/Host/common/Socket.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/llvm-project/lldb/source/Host/common/Socket.cpp b/contrib/llvm-project/lldb/source/Host/common/Socket.cpp
index 8ccb27fdd7f4..bd0c127a0895 100644
--- a/contrib/llvm-project/lldb/source/Host/common/Socket.cpp
+++ b/contrib/llvm-project/lldb/source/Host/common/Socket.cpp
@@ -269,11 +269,6 @@ Status Socket::Write(const void *buf, size_t &num_bytes) {
return error;
}
-Status Socket::PreDisconnect() {
- Status error;
- return error;
-}
-
Status Socket::Close() {
Status error;
if (!IsValid() || !m_should_close_fd)