mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Removed an unreachable break statement to silence SGI compiler.
This commit is contained in:
parent
a2c2ae62df
commit
6f848c175f
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ getaddrinfo(hostname, servname, hints, res)
|
|||
break;
|
||||
default:
|
||||
ERR(EAI_SOCKTYPE);
|
||||
break;
|
||||
/* unreachable */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue