mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
Removed an unreachable break statement to silence SGI compiler.
This commit is contained in:
parent
a2c2ae62df
commit
6f848c175f
@ -330,7 +330,7 @@ getaddrinfo(hostname, servname, hints, res)
|
||||
break;
|
||||
default:
|
||||
ERR(EAI_SOCKTYPE);
|
||||
break;
|
||||
/* unreachable */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user