From 2ea624f4c41729d858bb35916cb3117c3db41c75 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 9 Mar 2024 16:13:47 +0100 Subject: [PATCH] * 'syncdoc-type-hierarchy.el' update due to recent changes * admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update. (cherry picked from commit cc2579c10bc67dc375247490bb55367ef0800435) --- admin/syncdoc-type-hierarchy.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin/syncdoc-type-hierarchy.el b/admin/syncdoc-type-hierarchy.el index b5cfdfd8e74..e14d7fb54e1 100644 --- a/admin/syncdoc-type-hierarchy.el +++ b/admin/syncdoc-type-hierarchy.el @@ -47,10 +47,6 @@ (defconst syncdoc-all-types (let (res) - (maphash (lambda (type _) - (push type res)) - cl--direct-supertypes-of-type) - (mapatoms (lambda (type) (when (cl-find-class type) (push type res))) -- 2.39.5