aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-17 04:45:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-17 04:45:48 +0200
commit7fa50267d55250c7418e7cc95422270e8a3fcff6 (patch)
treeb2cb3d9dd2aaee473efcd8c9dbb71b79f63b3252 /bpkg/package-skeleton.hxx
parent92697b523aa53d233c7ddd43c88d38f558fcd3bd (diff)
Get rid of package_skeleton::name(), rename package_skeleton::key to package
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):
//