diff options
author | lloyd <[email protected]> | 2006-07-02 14:22:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-02 14:22:18 +0000 |
commit | c36e79af0a4df9f71189918040545146ebac365e (patch) | |
tree | 54513934743a4574d47ea4c65de2373b0e71f9b9 /src/init_opt.cpp | |
parent | 9fc2248a9689dcb1bc43157e4955347c6fd9c996 (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.cpp | 4 |
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) } } - -} |