From f17ffcc3577014c89d5c4d1009d06ff0e3dabba4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 7 Mar 2023 13:20:13 +0300 Subject: Print unbuilt configurations for archived package tenants --- mod/mod-package-version-details.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mod/mod-package-version-details.cxx') diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx index b5d733b..3a6ef1f 100644 --- a/mod/mod-package-version-details.cxx +++ b/mod/mod-package-version-details.cxx @@ -547,13 +547,7 @@ handle (request& rq, response& rs) // Query toolchains seen for the package tenant to produce a list of the // unbuilt configuration/toolchain combinations. // - // Note that it only make sense to print those unbuilt configurations that - // may still be built. That's why we leave the toolchains list empty if - // the package tenant is achieved. - // vector> toolchains; - - if (!tn->archived) { using query = query; -- cgit v1.1