From 5d513688ae07d96910dd1eef83bdad4e9d780373 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for linked configurations --- bpkg/system-repository.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bpkg/system-repository.hxx') diff --git a/bpkg/system-repository.hxx b/bpkg/system-repository.hxx index 1168ec0..f33d622 100644 --- a/bpkg/system-repository.hxx +++ b/bpkg/system-repository.hxx @@ -32,7 +32,7 @@ namespace bpkg bool authoritative; }; - class system_repository_type + class system_repository { public: const version& @@ -48,8 +48,6 @@ namespace bpkg private: std::map map_; }; - - extern system_repository_type system_repository; } #endif // BPKG_SYSTEM_REPOSITORY_HXX -- cgit v1.1