From 40632ed4dc0a51149ab034cebed6227db21c9dab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 May 2018 12:51:21 +0200 Subject: Implement deinit command --- bdep/status.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bdep/status.cxx') diff --git a/bdep/status.cxx b/bdep/status.cxx index 3c8dfe3..b460cd1 100644 --- a/bdep/status.cxx +++ b/bdep/status.cxx @@ -5,7 +5,6 @@ #include #include -#include #include #include @@ -92,7 +91,7 @@ namespace bdep strings dep_pkgs; for (; args.more (); dep_pkgs.push_back (args.next ())) ; - // For the project status the same story as in sync. + // The same ignore/load story as in sync. // project_packages pp ( find_project_packages (o, -- cgit v1.1