aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/base/init.cpp')
-rw-r--r--src/lib/base/init.cpp23
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
- }
-
-}