diff options
author | 2014-09-17 20:09:50 +0100 | |
---|---|---|
committer | 2014-09-17 20:09:50 +0100 | |
commit | e50565b501d2e1484a92b62c41ae9628d6a51b53 (patch) | |
tree | 502e7ae3f2c1291600f6175ffc747fbe3f61d7f8 /python/additional_tests.cc | |
parent | 484fd93ff91f84c5e89cd4ef69ccf9a4fa15aee6 (diff) | |
download | paludis-e50565b501d2e1484a92b62c41ae9628d6a51b53.tar.gz paludis-e50565b501d2e1484a92b62c41ae9628d6a51b53.tar.xz |
Remove 'breaks Portage' code
Diffstat (limited to 'python/additional_tests.cc')
-rw-r--r-- | python/additional_tests.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/additional_tests.cc b/python/additional_tests.cc index b9c39ebb8..28b5bf6d4 100644 --- a/python/additional_tests.cc +++ b/python/additional_tests.cc @@ -56,8 +56,6 @@ namespace environment kns->insert(KeywordName("keyword")); bool PALUDIS_ATTRIBUTE((unused)) b3(e.accept_keywords(kns, pid)); - e.mask_for_breakage(pid); - e.mask_for_user(pid, false); bool PALUDIS_ATTRIBUTE((unused)) b4(e.unmasked_by_user(pid, "")); |