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