]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct Lisp_Float): Remove unused field `type'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 4 Jul 2003 20:19:55 +0000 (20:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 4 Jul 2003 20:19:55 +0000 (20:19 +0000)
src/lisp.h

index 6ed805d2fc66b13b57abca558c508c49b097d7e1..e6a4634f02bd8ef6543c070c07a16b48fec0f726 100644 (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