diff options
Diffstat (limited to 'src/before_exit.cpp')
-rw-r--r-- | src/before_exit.cpp | 1 |
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(); } |