general: remove last vestiges of static modules support (this hasn't ever actually worked...)
This commit is contained in:
parent
46fded53d4
commit
2a19fc3f57
18 changed files with 9 additions and 1033 deletions
|
@ -1462,11 +1462,9 @@ clear_out_old_conf(void)
|
|||
clear_s_newconf();
|
||||
|
||||
/* clean out module paths */
|
||||
#ifndef STATIC_MODULES
|
||||
mod_clear_paths();
|
||||
mod_add_path(MODULE_DIR);
|
||||
mod_add_path(MODULE_DIR "/autoload");
|
||||
#endif
|
||||
|
||||
/* clean out ServerInfo */
|
||||
rb_free(ServerInfo.description);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue