Remove old Todo entry that isn't going to happen.

This commit is contained in:
Raymond Hettinger 2015-10-15 23:25:53 -07:00
parent a4b13d0020
commit 1eca237c2f
1 changed files with 0 additions and 6 deletions

View File

@ -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)
{