]> granicus.if.org Git - python/commitdiff
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Apr 2002 20:41:18 +0000 (20:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Apr 2002 20:41:18 +0000 (20:41 +0000)
Include/dictobject.h

index 547430ea93846e510114e05420b8bbcd874093c8..27ef90d3b413edbccf351cba60470d0f1854b89e 100644 (file)
@@ -45,9 +45,6 @@ typedef struct {
        long me_hash;      /* cached hash code of me_key */
        PyObject *me_key;
        PyObject *me_value;
-#ifdef USE_CACHE_ALIGNED
-       long    aligner;
-#endif
 } PyDictEntry;
 
 /*