diff options
-rw-r--r-- | pym/portage.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage.py b/pym/portage.py index f284263a0..134cf3b20 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3851,9 +3851,6 @@ def best_match_to_list(mypkg,mylist): bestm = x return bestm -def catsplit(mydep): - return mydep.split("/", 1) - def get_operator(mydep): """ returns '~', '=', '>', '<', '=*', '>=', or '<=' |