Don't call some of atexit functions twice

Registering of atexit functions was fixed so these functions don't need
to be called here anymore.
This commit is contained in:
Marko
2018-08-19 20:53:19 +03:00
parent 7e3f5a03b6
commit 8e7b012852

View File

@ -2200,8 +2200,6 @@ int main(int argc, char **argv)
MXS_NOTICE("MaxScale is shutting down.");
utils_end();
cleanup_process_datadir();
unlock_directories();
MXS_NOTICE("MaxScale shutdown completed.");
if (unload_modules_at_exit)