From ec2a74b3002ffecf73ed30fbd7ec6c72bfcf3d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 6 Nov 2023 12:37:52 +0100 Subject: [PATCH] cmp: remove obsolete specialized c1form named CL:RPLACD This c1form is not created nor handled in the compiler anymore. --- src/cmp/cmptables.lsp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmp/cmptables.lsp b/src/cmp/cmptables.lsp index 151d6eba3..b9ffbc93d 100644 --- a/src/cmp/cmptables.lsp +++ b/src/cmp/cmptables.lsp @@ -36,7 +36,6 @@ (CL:FUNCTION fname :single-valued) (LOCALS local-fun-list body labels-p :pure) ;; Specialized accessors - (CL:RPLACD (dest-c1form value-c1form) :side-effects) (SI:STRUCTURE-REF struct-c1form type-name slot-index (:UNSAFE/NIL) :pure) (SI:STRUCTURE-SET struct-c1form type-name slot-index value-c1form :side-effects) ;; Control structures