From: Mattias EngdegÄrd Date: Mon, 6 Nov 2023 11:06:40 +0000 (+0100) Subject: ; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash` inline decl X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94807b6896191245ff3bef44a0ec21efb918232f;p=emacs.git ; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash` inline decl --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 71a9ad33f98..e2c13534054 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -3735,7 +3735,7 @@ macro that returns its `&whole' argument." ;;; Things that are inline. (cl-proclaim '(inline cl-acons cl-map cl-notany cl-notevery cl-revappend - cl-nreconc gethash)) + cl-nreconc)) ;;; Things that are side-effect-free. (mapc (lambda (x) (function-put x 'side-effect-free t))