aboutsummaryrefslogtreecommitdiffstats
path: root/src/before_exit.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-07 17:01:29 +0000
committerSaturneric <[email protected]>2022-05-07 17:01:29 +0000
commitf1a2ce4bcb7d46981d1fc471e517709f076d9365 (patch)
treee9d42769dccaf452ba14394e0e0fe574fcd086dd /src/before_exit.cpp
parentfix: add openssl dependency for windows ci (diff)
downloadGpgFrontend-f1a2ce4bcb7d46981d1fc471e517709f076d9365.tar.gz
GpgFrontend-f1a2ce4bcb7d46981d1fc471e517709f076d9365.zip
refactor: develop 2.0.6 start
1. delete smtp ability 2. change libs link type to dramatic
Diffstat (limited to 'src/before_exit.cpp')
-rw-r--r--src/before_exit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp
index 50604a54..04e245db 100644
--- a/src/before_exit.cpp
+++ b/src/before_exit.cpp
@@ -34,5 +34,4 @@
*/
void before_exit() {
LOG(INFO) << "called";
- GpgFrontend::GlobalSettingStation::GetInstance().ResetRootCerts();
}