From fde4489e1ddd8bc43068fcc6bddec9fb2be7f82d Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 31 Jan 2018 12:25:30 +0000 Subject: wipeable_string: call memwipe directly since the original reason for the indirect call (that memwipe was not in contrib) is now gone --- src/common/util.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/util.cpp') diff --git a/src/common/util.cpp b/src/common/util.cpp index 659ea31b8..e0f3cd655 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -552,8 +552,6 @@ std::string get_nix_version_display_string() } bool on_startup() { - wipeable_string::set_wipe(&memwipe); - mlog_configure("", true); sanitize_locale(); -- cgit v1.2.3