From e53d6f11378a9cd7a48e0a7c2b76d2828f03d57b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 10 Apr 2008 18:03:17 +0000 Subject: Remove an unused function. svn path=/main/trunk/; revision=9810 --- pym/_emerge/__init__.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index c2f059889..c947eafe9 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -5677,17 +5677,6 @@ def checkUpdatedNewsItems(portdb, vardb, NEWS_PATH, UNREAD_PATH, repo_id): manager = NewsManager(portdb, vardb, NEWS_PATH, UNREAD_PATH) return manager.getUnreadItems( repo_id, update=True ) -def expand_virtual_atom(x): - """ - Take an atom without a category and insert virtual/ for the - category. This works correctly with atoms that have operators. - - @param x: an atom without a category - @type x: String - @returns: the atom with virtual/ inserted for the category, or None - """ - return insert_category_into_atom(atom, "virtual") - def insert_category_into_atom(atom, category): alphanum = re.search(r'\w', atom) if alphanum: -- cgit v1.2.3-1-g7c22