Loading src/conf.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -209,8 +209,6 @@ confplus::Config::~Config() { FreeLibrary((HMODULE)_BackendData); _BackendData = nullptr; } firstData.reset(); } #else confplus::Config::Config(const std::string &path){ Loading Loading @@ -354,7 +352,6 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c last = last->_nextValue.get(); } last->_nextValue = std::make_unique<ConfigValue>(value, pos); last = last->_nextValue.get(); key->haveChild = false; } ++key->Elements; Loading Loading
src/conf.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -209,8 +209,6 @@ confplus::Config::~Config() { FreeLibrary((HMODULE)_BackendData); _BackendData = nullptr; } firstData.reset(); } #else confplus::Config::Config(const std::string &path){ Loading Loading @@ -354,7 +352,6 @@ void confplus::Config::setValue(confplus::Config::ConfigData *key, size_t pos, c last = last->_nextValue.get(); } last->_nextValue = std::make_unique<ConfigValue>(value, pos); last = last->_nextValue.get(); key->haveChild = false; } ++key->Elements; Loading