aboutsummaryrefslogtreecommitdiffstats
path: root/src/init_opt.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-02 14:22:18 +0000
committerlloyd <[email protected]>2006-07-02 14:22:18 +0000
commitc36e79af0a4df9f71189918040545146ebac365e (patch)
tree54513934743a4574d47ea4c65de2373b0e71f9b9 /src/init_opt.cpp
parent9fc2248a9689dcb1bc43157e4955347c6fd9c996 (diff)
Move InitializerOptions out of the Init namespace
Alter the initialization functions to take an InitializerOptions object instead of a std::string
Diffstat (limited to 'src/init_opt.cpp')
-rw-r--r--src/init_opt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init_opt.cpp b/src/init_opt.cpp
index 25eabf4f0..cce5f65f6 100644
--- a/src/init_opt.cpp
+++ b/src/init_opt.cpp
@@ -8,8 +8,6 @@
namespace Botan {
-namespace Init {
-
/*************************************************
* Check for an arbitrary boolean-valued option *
*************************************************/
@@ -72,5 +70,3 @@ InitializerOptions::InitializerOptions(const std::string& arg_string)
}
}
-
-}