diff options
author | 2011-06-12 00:20:27 +0100 | |
---|---|---|
committer | 2011-06-12 00:20:27 +0100 | |
commit | ba3ce12a94ff45cadbffbfe6bc832ba693fbf08e (patch) | |
tree | d72550637394a2fbc054e0b37652ca2be5e99f1e /python | |
parent | b9853dfc17d18250f7c5a7c6131f70ec14aa6b95 (diff) | |
download | paludis-ba3ce12a94ff45cadbffbfe6bc832ba693fbf08e.tar.gz paludis-ba3ce12a94ff45cadbffbfe6bc832ba693fbf08e.tar.xz |
Remove virtual_for_key
Diffstat (limited to 'python')
-rw-r--r-- | python/package_id.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/package_id.cc b/python/package_id.cc index ae11bf15f..d673775c4 100644 --- a/python/package_id.cc +++ b/python/package_id.cc @@ -108,12 +108,6 @@ void expose_package_id() "NEED_DOC" ) - .def("virtual_for_key", &PackageID::virtual_for_key, - "The virtual_for_key, if not None, indicates that we are an\n" - "(old-style) virtual for another package. This affects dependency\n" - " resolution." - ) - .def("keywords_key", &PackageID::keywords_key, "The keywords_key, if not None, is used by FindUnusedPackagesTask\n" "to determine whether a package is unused." |