From 64015e757529ae7ee8f3dd2444fb7444b436fefb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Jun 2022 06:59:14 +0200 Subject: Implementation of dependency reflect --- bpkg/package-configuration.hxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'bpkg/package-configuration.hxx') diff --git a/bpkg/package-configuration.hxx b/bpkg/package-configuration.hxx index ba7240e..84f5256 100644 --- a/bpkg/package-configuration.hxx +++ b/bpkg/package-configuration.hxx @@ -33,23 +33,19 @@ namespace bpkg // build2::config::variable_origin origin; + // Variable type name with absent signifying untyped. + // + optional type; + // If origin is not undefined, then this is the reversed variable value // with absent signifying NULL. // optional value; - // Variable type name with absent signifying untyped. - // - optional type; - // If origin is buildfile, then this is the "originating dependent" which // first set this variable to this value. // optional dependent; - - // Value version (used internally by package_skeleton). - // - size_t version; }; class package_configuration: public vector -- cgit v1.1