diff options
-rw-r--r-- | pym/portage/versions.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/versions.py b/pym/portage/versions.py index 82cf998dc..8a3fe0d07 100644 --- a/pym/portage/versions.py +++ b/pym/portage/versions.py @@ -268,8 +268,6 @@ def catpkgsplit(mydata,silent=1): """ try: - if not catcache[mydata]: - return None return catcache[mydata] except KeyError: pass |