diff options
Diffstat (limited to 'doc/examples/hasher.cpp')
-rw-r--r-- | doc/examples/hasher.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/hasher.cpp b/doc/examples/hasher.cpp index 5ba982fc0..55a2ecd4b 100644 --- a/doc/examples/hasher.cpp +++ b/doc/examples/hasher.cpp @@ -20,8 +20,6 @@ int main(int argc, char* argv[]) return 1; } - Botan::LibraryInitializer init; - const int COUNT = 3; std::string name[COUNT] = { "MD5", "SHA-1", "RIPEMD-160" }; |