From 6d2f43072bd402682c97b75c6cadf277f93d08bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Nov 2021 07:20:47 +0200 Subject: Remove backwards-compatibility workaround --- bpkg/rep-fetch.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bpkg/rep-fetch.cxx') diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index 4d1a670..675dad0 100644 --- a/bpkg/rep-fetch.cxx +++ b/bpkg/rep-fetch.cxx @@ -1464,24 +1464,18 @@ namespace bpkg for (const package_location& pl: p->locations) rfs.push_back (pl.repository_fragment.load ()); - // @@ TMP: enable after 0.14.0 is out. - // -#if 0 bool module (build2_module (p->id.name)); -#endif for (const test_dependency& td: p->tests) { // Verify that the package has no runtime tests if it is a build // system module. // -#if 0 if (module && !td.buildtime) fail << "run-time " << td.type << ' ' << td.name << " for build " << "system module " << package_string (p->id.name, p->version) << info << "build system modules cannot have run-time " << td.type; -#endif vector, shared_ptr>> tps ( -- cgit v1.1