aboutsummaryrefslogtreecommitdiffstats
path: root/src/before_exit.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/before_exit.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp
index be655616..31c56354 100644
--- a/src/before_exit.cpp
+++ b/src/before_exit.cpp
@@ -33,10 +33,5 @@
*
*/
void before_exit() {
-#ifdef WINDOWS
- // Under VisualStudio, this must be called before main finishes to workaround
- // a known VS issue
- spdlog::drop_all();
- spdlog::shutdown();
-#endif
+
}