We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833bf3a commit 1ef5f90Copy full SHA for 1ef5f90
1 file changed
src/_frida.c
@@ -6,9 +6,6 @@
6
7
#include <frida-core.h>
8
#include <string.h>
9
-#if defined (G_OS_UNIX) && !defined (G_TYPE_UNIX_SOCKET_ADDRESS)
10
-# include <gio/gunixsocketaddress.h>
11
-#endif
12
13
#ifdef _MSC_VER
14
# pragma warning (push)
@@ -1788,7 +1785,6 @@ PyGObject_marshal_socket_address (GSocketAddress * address)
1788
1785
1789
1786
g_free (host);
1790
1787
}
1791
-#ifdef G_OS_UNIX
1792
else if (G_IS_UNIX_SOCKET_ADDRESS (address))
1793
{
1794
GUnixSocketAddress * sa = G_UNIX_SOCKET_ADDRESS (address);
@@ -1821,7 +1817,6 @@ PyGObject_marshal_socket_address (GSocketAddress * address)
1821
1817
1822
1818
1823
1819
1824
1825
1820
1826
if (result == NULL)
1827
result = PyGObject_new_take_handle (g_object_ref (address), PYFRIDA_TYPE (GObject));
0 commit comments