aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
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,