diff options
author | saturneric <[email protected]> | 2024-01-22 14:02:15 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-22 14:02:15 +0000 |
commit | 904521c89de0bedb2db1cf36e3cba3b928eaa65a (patch) | |
tree | 3a83611183e09b453351987d930398d24bb92afa /src/core/GpgFrontendCore.cpp | |
parent | fix: stop reading all data into memory at file hash calculation (diff) | |
download | GpgFrontend-904521c89de0bedb2db1cf36e3cba3b928eaa65a.tar.gz GpgFrontend-904521c89de0bedb2db1cf36e3cba3b928eaa65a.zip |
fix: improve ui and solve discovered bugs at version checking module
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgFrontendCore.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/GpgFrontendCore.cpp b/src/core/GpgFrontendCore.cpp index 2508f4e7..82ed09f4 100644 --- a/src/core/GpgFrontendCore.cpp +++ b/src/core/GpgFrontendCore.cpp @@ -27,8 +27,3 @@ */ #include "core/GpgFrontendCore.h" - -#ifndef MACOS -// mimalloc -#include <mimalloc-new-delete.h> -#endif |