diff options
-rw-r--r-- | lldb/source/Core/ConnectionFileDescriptor.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Core/ConnectionFileDescriptor.cpp b/lldb/source/Core/ConnectionFileDescriptor.cpp index 7c8e98a2112..357cd3c54f7 100644 --- a/lldb/source/Core/ConnectionFileDescriptor.cpp +++ b/lldb/source/Core/ConnectionFileDescriptor.cpp @@ -174,9 +174,6 @@ ConnectionFileDescriptor::Connect (const char *s, Error *error_ptr) #ifndef LLDB_DISABLE_POSIX else if (strstr(s, "fd://") == s) { - if (error_ptr) - error_ptr->SetErrorStringWithFormat ("Protocol is not supported on non-posix hosts '%s'", s); - return eConnectionStatusError; // Just passing a native file descriptor within this current process // that is already opened (possibly from a service or other source). s += strlen ("fd://"); |