From d9377b603f415bcb1beca81cb902bf26c5e029b4 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Fri, 12 Sep 2014 09:54:43 -0400 Subject: [PATCH] Remove reference to nonexistent function --- src/compiler/info-vector.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/info-vector.lisp b/src/compiler/info-vector.lisp index a5c874307..1e09e1260 100644 --- a/src/compiler/info-vector.lisp +++ b/src/compiler/info-vector.lisp @@ -117,8 +117,7 @@ (declaim (inline make-info-forwarding-pointer info-forwarding-pointer-target - info-value-moved-p - increment-count) + info-value-moved-p) (ftype (sfunction (t) simple-vector) info-env-rehash) (ftype (sfunction (t t) simple-vector) %wait-for-rehash)) -- 2.11.4.GIT