From: Raymond Hettinger Date: Fri, 16 Oct 2015 06:25:53 +0000 (-0700) Subject: Remove old Todo entry that isn't going to happen. X-Git-Tag: v3.6.0a1~1206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eca237c2f3d5c150cf9184fa7c9d9b137d1187c;p=thirdparty%2FPython%2Fcpython.git Remove old Todo entry that isn't going to happen. --- diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 85a07933b56f..1acbf86bf443 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -156,12 +156,6 @@ freeblock(block *b) } } -/* XXX Todo: - If aligned memory allocations become available, make the - deque object 64 byte aligned so that all of the fields - can be retrieved or updated in a single cache line. -*/ - static PyObject * deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds) {