summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-10 18:47:19 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-10 18:47:19 +0000
commitcbf8dcd93620f323528b199ac8313fbde92d40e1 (patch)
tree061001472ec4c74747ac6e8a26d0a415be7995e9 /bin
parentb4d2eb267b352b98041a8cb847b897ec27738d08 (diff)
downloadportage-cbf8dcd93620f323528b199ac8313fbde92d40e1.tar.gz
portage-cbf8dcd93620f323528b199ac8313fbde92d40e1.tar.bz2
portage-cbf8dcd93620f323528b199ac8313fbde92d40e1.zip
Remove an unused function. (trunk r9810)
svn path=/main/branches/2.1.2/; revision=9814
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/emerge b/bin/emerge
index fa1b4a0f0..26061908c 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -5692,17 +5692,6 @@ def chk_updated_cfg_files(target_root, config_protect):
" section of the " + bold("emerge")
print " "+yellow("*")+" man page to learn how to update config files."
-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: