The unified diff between revisions [f640991b..] and [58c8bf4a..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/config.h'
#
#
# patch "include/config.h"
# from [a2e84e93383b47c031be9b06f727b84bbcd56d32]
# to [229617bc66e109964fa682dfa11dee54b39c9c48]
#
============================================================
--- include/config.h a2e84e93383b47c031be9b06f727b84bbcd56d32
+++ include/config.h 229617bc66e109964fa682dfa11dee54b39c9c48
@@ -31,9 +31,7 @@ class Config
const std::string&, bool = true);
std::string option(const std::string&) const;
- u32bit option_as_u32bit(const std::string&) const;
u32bit option_as_time(const std::string&) const;
- std::vector<std::string> option_as_list(const std::string&) const;
void set_option(const std::string, const std::string&);