aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index 88cba76..1e274c0 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -71,13 +71,10 @@ namespace bpkg
optional<dir_path> out_root);
- package_key key;
+ package_key package;
bool system;
shared_ptr<const available_package> available;
- const package_name&
- name () const {return key.name;} // @@ TMP: get rid (use key.name).
-
// The following functions should be called in the following sequence
// (* -- zero or more, ? -- zero or one):
//