remove nogus reload check

This commit is contained in:
Guido van Rossum 1995-01-09 17:46:45 +00:00
parent a0d7a23398
commit 6da5bfad0f
1 changed files with 0 additions and 5 deletions

View File

@ -182,11 +182,6 @@ load_dynamic_module(name, pathname)
object *m;
char funcname[258];
dl_funcptr p = NULL;
if (m != NULL) {
err_setstr(ImportError,
"cannot reload dynamically loaded module");
return NULL;
}
sprintf(funcname, FUNCNAME_PATTERN, name);
#ifdef WITH_MAC_DL
{