summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/dictobject.h3
1 files changed, 0 insertions, 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;
/*