Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / parser / ServiceFileReader.cc
index 0f841a7..e814dac 100644 (file)
@@ -72,10 +72,6 @@ namespace zypp
             service.setAutorefresh( str::strToTrue( it->second ) );
           else if ( it->first == "type" )
             service.setType( repo::ServiceType(it->second) );
-         else if ( it->first == "ttl_sec" )
-           service.setTtl( str::strtonum<Date::Duration>(it->second) );
-         else if ( it->first == "lrf_dat" )
-           service.setLrf( Date( it->second ) );
           else if ( it->first == "repostoenable" )
           {
             std::vector<std::string> aliases;