diff options
-rw-r--r-- | pym/portage/dbapi/bintree.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 36bf735f6..ebec11fdd 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -273,7 +273,6 @@ class binarytree(object): # Populate the header with appropriate defaults. self._pkgindex_default_header_data = { - "VERSION" : str(self._pkgindex_version), "CHOST" : self.settings.get("CHOST", ""), "repository" : "", } |