(struct Lisp_Float): Remove unused field `type'.

This commit is contained in:
Stefan Monnier 2003-07-04 20:19:55 +00:00
parent ab6780cd2f
commit 12ad59853e

View file

@ -1275,8 +1275,6 @@ union Lisp_Misc
/* Lisp floating point type */
struct Lisp_Float
{
Lisp_Object type; /* essentially used for mark-bit
and chaining when on free-list */
#ifdef HIDE_LISP_IMPLEMENTATION
double data_;
#else