From 780290277a51853b2e515b16898ca0fcfa1e9e71 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 26 Feb 2018 22:00:22 +0300 Subject: Update rep-fetch --- bpkg/package.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 54efca1..e864b59 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -244,12 +244,6 @@ namespace bpkg complements_type complements; prerequisites_type prerequisites; - // Used to detect recursive fetching. Will probably be replaced - // by the 'repositories' file timestamp or hashsum later. - // - #pragma db transient - bool fetched = false; - public: explicit repository (repository_location l): location (move (l)) -- cgit v1.1