Commit 64063904 authored by jan.koester's avatar jan.koester
Browse files

test

parent 7514bd8f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -128,10 +128,6 @@ confplus::Config::ConfigData *confplus::Config::setKey(const std::string &key){
            if(!find){
                find = createdat(*root_ptr);
                find->Key=childkey;
                if(key.empty()){
                    find->Value=std::make_unique<ConfigValue>(key,pos);
                    find->haveChild=true;
                }
                ++find->Elements;
            }
            root_ptr = &find->Child;