From a4a471f63607d3795756c90b62d00aa419c5d3d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Nov 2021 07:19:30 +0200 Subject: Remove backwards-compatibility workaround --- bbot/worker/worker.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 2d87968..d6e8cad 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -1292,10 +1292,7 @@ build (size_t argc, const char* argv[]) { if (t.buildtime) buildtime_tests.push_back (move (t)); - // - // @@ TMP Check for !module_pkg until 0.14.0 is out. - // - else if (target_pkg || (selfhost && !module_pkg)) + else if (target_pkg || selfhost) runtime_tests.push_back (move (t)); } -- cgit v1.1