aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/libstate.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-10 16:30:50 +0000
committerlloyd <[email protected]>2010-03-10 16:30:50 +0000
commitfd79f63a44ad0b59507ac67bdb3eccbe4d45adbc (patch)
tree2fc4ef1884d1d3dc18608b03ad4e675c68d0e137 /src/libstate/libstate.cpp
parent66494f4d9db90d04d93874ee37e77a282dd71b07 (diff)
Remove config options to toggle if X.509 extensions are critical or
not. Instead provide via Extensions::add(). No way to modify behavior currently, it just follows the previous default police. Remove the config options from Library_State entirely. Die, mutable singletons, die.
Diffstat (limited to 'src/libstate/libstate.cpp')
-rw-r--r--src/libstate/libstate.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libstate/libstate.cpp b/src/libstate/libstate.cpp
index 2e75453e9..b461c1ef8 100644
--- a/src/libstate/libstate.cpp
+++ b/src/libstate/libstate.cpp
@@ -213,23 +213,6 @@ std::string Library_State::deref_alias(const std::string& key) const
return result;
}
-/*
-* Set/Add an option
-*/
-void Library_State::set_option(const std::string& key,
- const std::string& value)
- {
- set("conf", key, value);
- }
-
-/*
-* Get an option value
-*/
-std::string Library_State::option(const std::string& key) const
- {
- return get("conf", key);
- }
-
/**
Return a reference to the Algorithm_Factory
*/