aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index 13efcd4..9a42f62 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -1370,13 +1370,7 @@ namespace bpkg
}
bool
- operator< (const config_package& v) const
- {
- // See operator==(database, database).
- //
- int r (name.compare (v.name));
- return r != 0 ? (r < 0) : (&db < &v.db);
- }
+ operator< (const config_package&) const;
std::string
string () const;