summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/dynload_next.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/dynload_next.c b/Python/dynload_next.c
index 19a5da3..0b232f1 100644
--- a/Python/dynload_next.c
+++ b/Python/dynload_next.c
@@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
}
#endif
p = (dl_funcptr)NSAddressOfSymbol(theSym);
-}
-
return p;
}