Oops! Remove junk...

This commit is contained in:
Andy Polyakov 2005-12-31 14:54:22 +00:00
parent 7476f3ac3b
commit a1f3462bc0

View File

@ -289,7 +289,6 @@ DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_UNSUPPORTED); DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_UNSUPPORTED);
return(NULL); return(NULL);
} }
fprintf(stderr,"boo\n");
if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL) if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL)
{ {
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE); DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE);