]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cl-macs.el: Axe useless `gethash` inline decl
authorMattias Engdegård <mattiase@acm.org>
Mon, 6 Nov 2023 11:06:40 +0000 (12:06 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 6 Nov 2023 11:10:02 +0000 (12:10 +0100)
lisp/emacs-lisp/cl-macs.el

index 71a9ad33f983fe04c0c8184cd44f20d98ba51fd8..e2c13534054f9ba2b54fcb304c4884aa240eb414 100644 (file)
@@ -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))