From 098aa5bee4addef1540f70d1fcd77ca422d60f20 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 3 Sep 2002 14:51:02 +0000 Subject: [PATCH] Remove unused type intUobject. --- src/h/object.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/h/object.h b/src/h/object.h index e277add17..0a17f9992 100644 --- a/src/h/object.h +++ b/src/h/object.h @@ -496,9 +496,6 @@ union lispunion { struct codeblock cblock; /* codeblock */ }; -/* Used for initalizing array of keywords for compiled functions */ -typedef union { int i; cl_object o;} intUobject; - /* Implementation types. */