diff options
Diffstat (limited to 'doc/examples/base64.cpp')
-rw-r--r-- | doc/examples/base64.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/base64.cpp b/doc/examples/base64.cpp index c1260b8f4..8f9a06648 100644 --- a/doc/examples/base64.cpp +++ b/doc/examples/base64.cpp @@ -26,8 +26,6 @@ int main(int argc, char* argv[]) return 1; } - Botan::LibraryInitializer init; - int column = 78; bool wrap = false; bool encoding = true; |