From 9b745f6665da02c4349e8a4e592dc42d6524b8d1 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 11 Apr 2002 20:41:18 +0000 Subject: Get rid of USE_CACHE_ALIGNED. It has no function anymore. --- Include/dictobject.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Include/dictobject.h b/Include/dictobject.h index 547430e..27ef90d 100644 --- a/Include/dictobject.h +++ b/Include/dictobject.h @@ -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; /* -- cgit v0.12