Rev 2529: Remove an unused (and ugly) pyrex function. in http://bzr.arbash-meinel.com/branches/bzr/0.17-dev/dirstate_pyrex
John Arbash Meinel
john at arbash-meinel.com
Tue May 8 00:13:20 BST 2007
At http://bzr.arbash-meinel.com/branches/bzr/0.17-dev/dirstate_pyrex
------------------------------------------------------------
revno: 2529
revision-id: john at arbash-meinel.com-20070507231309-mtyzwjrascrg5tiq
parent: john at arbash-meinel.com-20070507230047-53ozoz7og6n2j24i
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: dirstate_pyrex
timestamp: Mon 2007-05-07 18:13:09 -0500
message:
Remove an unused (and ugly) pyrex function.
modified:
bzrlib/compiled/dirstate_helpers.pyx dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
-------------- next part --------------
=== modified file 'bzrlib/compiled/dirstate_helpers.pyx'
--- a/bzrlib/compiled/dirstate_helpers.pyx 2007-05-07 23:00:47 +0000
+++ b/bzrlib/compiled/dirstate_helpers.pyx 2007-05-07 23:13:09 +0000
@@ -211,19 +211,6 @@
return _lo
-cdef object _List_GetItem_Incref(object lst, int offset):
- """Get an item, and increment a reference to it.
-
- The caller must have checked that the object really is a list.
- """
- cdef object cur
- cur = PyList_GET_ITEM(lst, offset)
- Py_INCREF(cur)
- return cur
-
-
-
-
cdef class Reader:
"""Maintain the current location, and return fields as you parse them."""
More information about the bazaar-commits
mailing list