aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-31 12:25:30 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-31 12:25:30 +0000
commitfde4489e1ddd8bc43068fcc6bddec9fb2be7f82d (patch)
tree86a527fe82c560c641e3db377eb7b747b86da733 /src/common
parentMerge pull request #3198 (diff)
downloadmonero-fde4489e1ddd8bc43068fcc6bddec9fb2be7f82d.tar.xz
wipeable_string: call memwipe directly
since the original reason for the indirect call (that memwipe was not in contrib) is now gone
Diffstat (limited to 'src/common')
-rw-r--r--src/common/util.cpp2
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();