Remove unused clone paramter from vartree constructor (support and
authorZac Medico <zmedico@gentoo.org>
Fri, 20 Aug 2010 13:22:42 +0000 (06:22 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 20 Aug 2010 13:22:42 +0000 (06:22 -0700)
deprecation warning were already removed in commit
c0ee69585bf87e09c237668531127e79e0cd1c46).

pym/portage/dbapi/vartree.py

index c406f5b480abd91a4c7b35ba0e4a28c64e416828..593811ba0d7fb414c451efaf5f5e27ee7e7b50a4 100644 (file)
@@ -1766,7 +1766,7 @@ class vardbapi(dbapi):
 
 class vartree(object):
        "this tree will scan a var/db/pkg database located at root (passed to init)"
-       def __init__(self, root=None, virtual=None, clone=None, categories=None,
+       def __init__(self, root=None, virtual=None, categories=None,
                settings=None):
 
                if settings is None: