aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/libstate.cpp
diff options
context:
space:
mode:
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
*/