Kaydet (Commit) 1ce6885f authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix compiler warning about obviously unreachable code.

üst 306d6b1e
......@@ -5411,10 +5411,6 @@ socket_inet_ntop(PyObject *self, PyObject *args)
} else {
return PyUnicode_FromString(retval);
}
/* NOTREACHED */
PyErr_SetString(PyExc_RuntimeError, "invalid handling of inet_ntop");
return NULL;
}
#elif defined(MS_WINDOWS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment