Remove unused type intUobject.

This commit is contained in:
jjgarcia 2002-09-03 14:51:02 +00:00
parent 3a87ac41f4
commit 098aa5bee4

View file

@ -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.
*/