Skip to content

Commit b55a649

Browse files
added #error
1 parent efe3e7c commit b55a649

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,7 @@ ConnectionStatus ConnectionFileDescriptor::ConnectFile(
741741
::cfsetospeed(&options, B38400);
742742
::cfsetispeed(&options, B38400);
743743
#else
744-
if (error_ptr)
745-
*error_ptr = Status::FromErrorString("Maximum Baud rate is Unknown");
746-
return eConnectionStatusError;
744+
#error "Maximum Baud rate is Unknown"
747745
#endif
748746

749747
// Raw input, disable echo and signals

0 commit comments

Comments
 (0)