diff options
Diffstat (limited to 'src/lib/base/init.cpp')
-rw-r--r-- | src/lib/base/init.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/lib/base/init.cpp b/src/lib/base/init.cpp deleted file mode 100644 index 1befc34d2..000000000 --- a/src/lib/base/init.cpp +++ /dev/null @@ -1,23 +0,0 @@ -/* -* (C) 2015 Jack Lloyd -* -* Botan is released under the Simplified BSD License (see license.txt) -*/ - -#include <botan/init.h> - -namespace Botan { - -//static -void LibraryInitializer::initialize(const std::string&) - { - // none needed currently - } - -//static -void LibraryInitializer::deinitialize() - { - // none needed currently - } - -} |