From 1a3c14020def8e7ee4d2df16515df9591c415092 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 13 Mar 1993 14:46:31 +0000
Subject: [PATCH] Delete unused binding.

---
 compiler/typetran.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/typetran.lisp b/compiler/typetran.lisp
index a004a7c04..f47973126 100644
--- a/compiler/typetran.lisp
+++ b/compiler/typetran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.16 1993/03/13 14:38:11 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.17 1993/03/13 14:46:31 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -380,8 +380,7 @@
 ;;; for the object is invalid and signal an error if so.
 ;;;
 (defun source-transform-structure-typep (obj layout pred get-layout)
-  (let ((class (layout-class layout))
-	(idepth (layout-inheritance-depth layout))
+  (let ((idepth (layout-inheritance-depth layout))
 	(n-layout (gensym)))
     (once-only ((object obj))
       `(and (,pred ,object)
-- 
GitLab