aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index 154fde9..ca27770 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -1764,14 +1764,10 @@ namespace bpkg
// db and no-db cases consistently.
//
if (sp == nullptr || !sp->authoritative)
- {
- //@@ Also save the system_version to show in the plan?
-
db->system_repository->insert (nm,
*vc->min_version,
true /* authoritative */,
sps);
- }
}
return make_pair (move (*vc), sps);