summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2024-03-09 16:13:47 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-09 16:19:49 +0100
commitcc2579c10bc67dc375247490bb55367ef0800435 (patch)
tree15bf01a678afa238a313f6cffc62c4fc7449498c /admin
parent1ea3b369021c90701c634c512426f75ce1291d77 (diff)
downloademacs-cc2579c10bc67dc375247490bb55367ef0800435.tar.gz
* 'syncdoc-type-hierarchy.el' update due to recent changes
* admin/syncdoc-type-hierarchy.el (syncdoc-all-types): Update.
Diffstat (limited to 'admin')
-rw-r--r--admin/syncdoc-type-hierarchy.el4
1 files changed, 0 insertions, 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)))