aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-28 00:00:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commit93d95938306e76a0f8b9422ea6b3cb4695610f73 (patch)
treee74208241110c4a7362d9773b3f95907f0be7167 /bpkg/package.cxx
parent9e8092a8b86f842f744920aa2bd034df9e978fd9 (diff)
Include drops into the overall plan
Diffstat (limited to 'bpkg/package.cxx')
-rw-r--r--bpkg/package.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/bpkg/package.cxx b/bpkg/package.cxx
index 29460e4..21c2109 100644
--- a/bpkg/package.cxx
+++ b/bpkg/package.cxx
@@ -175,13 +175,6 @@ namespace bpkg
return version != wildcard_version ? version.string () : "*";
}
- ostream&
- operator<< (ostream& os, const selected_package& p)
- {
- os << (p.system () ? "sys:" : "") << p.name << "/" << p.version_string ();
- return os;
- }
-
optional<version>
package_iteration (const common_options& o,
const dir_path& c,