aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/passhash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/passhash.cpp')
-rw-r--r--doc/examples/passhash.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/passhash.cpp b/doc/examples/passhash.cpp
index 19b4abc40..03c1fdd24 100644
--- a/doc/examples/passhash.cpp
+++ b/doc/examples/passhash.cpp
@@ -18,8 +18,6 @@ int main(int argc, char* argv[])
try
{
- LibraryInitializer init;
-
if(argc == 2)
std::cout << "H('" << argv[1] << "') = " << password_hash(argv[1]) << '\n';
else