diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index ce750c9e..b2bf6787 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -31,7 +31,6 @@ template<> int Passthrough::from_string(const std::string &s_) { - _data = BE_Passthrough::_from_string_nothrow(s_.c_str())._to_integral(); if(s_ == "off") _data = Passthrough::ENUM::OFF; ef(s_ == "ro")