aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-26 22:00:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-02 20:04:26 +0300
commit780290277a51853b2e515b16898ca0fcfa1e9e71 (patch)
treee045dd9cc4ce2726f915897157785cb40b48756f /bpkg/package.hxx
parent046f9282dc7778f5df326456f1630919a5607f11 (diff)
Update rep-fetch
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx6
1 files changed, 0 insertions, 6 deletions
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))