diff options
author | 2011-06-12 01:22:02 +0100 | |
---|---|---|
committer | 2011-06-12 01:22:02 +0100 | |
commit | 059c9ba40e18c35c59f2a6d76e1a5650a45fe958 (patch) | |
tree | f73db50834d598f48e93b7776a83e2ffce5b67b0 | |
parent | 0c9893ceeca308897238e4c2190607d570f7feba (diff) | |
download | paludis-059c9ba40e18c35c59f2a6d76e1a5650a45fe958.tar.gz paludis-059c9ba40e18c35c59f2a6d76e1a5650a45fe958.tar.xz |
No longer used
-rw-r--r-- | paludis/repository.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/paludis/repository.hh b/paludis/repository.hh index e6899c3d8..4fc2ef945 100644 --- a/paludis/repository.hh +++ b/paludis/repository.hh @@ -74,8 +74,6 @@ namespace paludis typedef Name<struct name_path> path; typedef Name<struct name_perform_uninstall> perform_uninstall; typedef Name<struct name_profile> profile; - typedef Name<struct name_provided_by> provided_by; - typedef Name<struct name_provided_by_spec> provided_by_spec; typedef Name<struct name_replacing> replacing; typedef Name<struct name_status> status; typedef Name<struct name_used_this_for_config_protect> used_this_for_config_protect; |