From: Stefan Monnier Date: Fri, 4 Jul 2003 20:19:55 +0000 (+0000) Subject: (struct Lisp_Float): Remove unused field `type'. X-Git-Tag: ttn-vms-21-2-B4~9512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12ad59853e8a8cd0a126da476069a8c5baa38021;p=emacs.git (struct Lisp_Float): Remove unused field `type'. --- diff --git a/src/lisp.h b/src/lisp.h index 6ed805d2fc6..e6a4634f02b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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