Remove old Todo entry that isn't going to happen.
This commit is contained in:
parent
a4b13d0020
commit
1eca237c2f
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue