lib/autoproj/cli/inspection_tool.rb in autoproj-2.0.3 vs lib/autoproj/cli/inspection_tool.rb in autoproj-2.1.0.rc1

- old
+ new

@@ -42,24 +42,8 @@ ws.finalize_setup ws.export_installation_manifest return source_packages, osdep_packages, resolved_selection, config_selected end end - - def load_all_available_package_manifests - # Load the manifest for packages that are already present on the - # file system - ws.manifest.each_autobuild_package do |pkg| - if pkg.checked_out? - begin - ws.manifest.load_package_manifest(pkg.name) - rescue Interrupt - raise - rescue Exception => e - Autoproj.warn "cannot load package manifest for #{pkg.name}: #{e.message}" - end - end - end - end end end end