From a009feb37bbea9e97459f492b20e50642a80acc1 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 3 Oct 1990 12:53:00 +0000
Subject: [PATCH] Nuked the type common, and it's predicate.

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

diff --git a/compiler/typetran.lisp b/compiler/typetran.lisp
index 8f9e9fcdf..490039e68 100644
--- a/compiler/typetran.lisp
+++ b/compiler/typetran.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.6 1990/09/24 18:10:04 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.7 1990/10/03 12:53:00 wlott Exp $
 ;;;
 ;;;    This file contains stuff that implements the portable IR1 semantics of
 ;;; type tests.  The main thing we do is convert complex type tests into
@@ -124,7 +124,6 @@
 ; No atom.  Use (not cons) deftype.
 (define-type-predicate bit-vector-p bit-vector)
 (define-type-predicate characterp character)
-(define-type-predicate commonp common)
 (define-type-predicate compiled-function-p compiled-function)
 (define-type-predicate complexp complex)
 (define-type-predicate consp cons)
-- 
GitLab