Remove an unused function. (trunk r9810)
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 18:47:19 +0000 (18:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 18:47:19 +0000 (18:47 -0000)
svn path=/main/branches/2.1.2/; revision=9814

bin/emerge

index fa1b4a0f0c9e3c54b70312ff75d696b529b7c6c1..26061908c8045e601ffc44f8ed4896baf6fa560c 100755 (executable)
@@ -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: