diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:23:08 +0100 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:23:08 +0100 |
commit | 0c711978922ed346f435ddd41147c962acae6ccd (patch) | |
tree | 0505231e018b5fe20d27e6ea708e815c58c37881 /src | |
parent | Merge pull request #3216 (diff) | |
parent | wipeable_string: call memwipe directly (diff) | |
download | monero-0c711978922ed346f435ddd41147c962acae6ccd.tar.xz |
Merge pull request #3217
fde4489e wipeable_string: call memwipe directly (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |