Rev 4766: Remove a double declaration of _Add() in http://bazaar.launchpad.net/~jameinel/bzr/2.1-simple-set

John Arbash Meinel john at arbash-meinel.com
Fri Oct 9 16:22:21 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1-simple-set

------------------------------------------------------------
revno: 4766
revision-id: john at arbash-meinel.com-20091009152212-wfwi0ifw5hiaonoa
parent: john at arbash-meinel.com-20091008044016-p23bjw6vmqneqyz9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-simple-set
timestamp: Fri 2009-10-09 10:22:12 -0500
message:
  Remove a double declaration of _Add()
-------------- next part --------------
=== modified file 'bzrlib/_simple_set_pyx.pxd'
--- a/bzrlib/_simple_set_pyx.pxd	2009-10-08 04:40:16 +0000
+++ b/bzrlib/_simple_set_pyx.pxd	2009-10-09 15:22:12 +0000
@@ -57,7 +57,6 @@
 
 # TODO: might want to export the C api here, though it is all available from
 #       the class object...
-cdef api object SimpleSet_Add(object self, object key)
 cdef api SimpleSet SimpleSet_New()
 cdef api object SimpleSet_Add(object self, object key)
 cdef api int SimpleSet_Contains(object self, object key) except -1



More information about the bazaar-commits mailing list