diff options
-rw-r--r-- | bpkg/rep-fetch.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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<pair<shared_ptr<available_package>, shared_ptr<repository_fragment>>> tps ( |