From ad1de6c34f5492164d89667c648294363b972c99 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 May 2018 12:50:36 +0200 Subject: Clean up pkg-drop, add --plan --- bpkg/pkg-drop.hxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'bpkg/pkg-drop.hxx') diff --git a/bpkg/pkg-drop.hxx b/bpkg/pkg-drop.hxx index b7e0be1..63d6e29 100644 --- a/bpkg/pkg-drop.hxx +++ b/bpkg/pkg-drop.hxx @@ -5,10 +5,7 @@ #ifndef BPKG_PKG_DROP_HXX #define BPKG_PKG_DROP_HXX -#include - #include -#include // database, selected_package #include #include @@ -17,17 +14,6 @@ namespace bpkg { int pkg_drop (const pkg_drop_options&, cli::scanner& args); - - // Examine the list of prerequisite packages and drop those that don't - // have any dependents. Return the set of packages that were actually - // dropped. Note that it should be called in session. - // - std::set> - pkg_drop (const dir_path& configuration, - const common_options&, - database&, - const std::set>&, - bool prompt); } #endif // BPKG_PKG_DROP_HXX -- cgit v1.1