Commit 3ebb6c94 authored by Dominik Charousset's avatar Dominik Charousset

Remove deprecated actor system options

parent 49333dc6
......@@ -305,11 +305,6 @@ public:
atom_value logger_verbosity;
bool logger_inline_output;
// -- backward compatibility -------------------------------------------------
std::string& logger_filename CAF_DEPRECATED;
std::string& logger_filter CAF_DEPRECATED;
// -- middleman parameters ---------------------------------------------------
atom_value middleman_network_backend;
......
......@@ -99,8 +99,6 @@ actor_system_config::~actor_system_config() {
actor_system_config::actor_system_config()
: cli_helptext_printed(false),
slave_mode(false),
logger_filename(logger_file_name),
logger_filter(logger_component_filter),
config_file_path("caf-application.ini"),
slave_mode_fun(nullptr) {
// add `vector<T>` and `stream<T>` for each statically known type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment