From 1c06c5c6f0f6d46f63977dd7407d86ccc2614226 Mon Sep 17 00:00:00 2001 From: john haque Date: Sun, 26 Feb 2012 06:57:48 -0600 Subject: Finish MPFR changes and clean up code. --- ext.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext.c') diff --git a/ext.c b/ext.c index 39e512fb..6a87632d 100644 --- a/ext.c +++ b/ext.c @@ -95,7 +95,6 @@ load_ext(const char *lib_name, const char *init_func, NODE *obj) if (gpl_compat == NULL) fatal(_("extension: library `%s': does not define `plugin_is_GPL_compatible' (%s)\n"), lib_name, dlerror()); - func = (NODE *(*)(NODE *, void *)) dlsym(dl, init_func); if (func == NULL) fatal(_("extension: library `%s': cannot call function `%s' (%s)\n"), -- cgit v1.2.3