Browse Source

Code style enforcement

pull/8/head
github-actions 5 years ago
parent
commit
54bb892aaa
  1. 1
      src/bindings/python/PythonSockets.cxx

1
src/bindings/python/PythonSockets.cxx

@ -41,7 +41,6 @@
#include <string.h>
#include <sys/time.h>
PyObject* set_error(void)
{
return NULL; // PyErr_SetFromErrno(zts_errno);

Loading…
Cancel
Save