general: remove last vestiges of static modules support (this hasn't ever actually worked...)

This commit is contained in:
William Pitcock 2016-01-06 01:28:20 -06:00
parent 46fded53d4
commit 2a19fc3f57
18 changed files with 9 additions and 1033 deletions

View file

@ -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);