diff options
author | 2011-06-12 00:30:01 +0100 | |
---|---|---|
committer | 2011-06-12 00:30:01 +0100 | |
commit | 619b3fb210b172bb0405b02ad341cb570bff1184 (patch) | |
tree | 7458a1fa65f01f8d074260d6ce02b843b40f5658 /paludis/repositories/gemcutter/gemcutter_id.hh | |
parent | ba3ce12a94ff45cadbffbfe6bc832ba693fbf08e (diff) | |
download | paludis-619b3fb210b172bb0405b02ad341cb570bff1184.tar.gz paludis-619b3fb210b172bb0405b02ad341cb570bff1184.tar.xz |
Remove provide_key
Diffstat (limited to 'paludis/repositories/gemcutter/gemcutter_id.hh')
-rw-r--r-- | paludis/repositories/gemcutter/gemcutter_id.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paludis/repositories/gemcutter/gemcutter_id.hh b/paludis/repositories/gemcutter/gemcutter_id.hh index c2875a2dd..a7440eb45 100644 --- a/paludis/repositories/gemcutter/gemcutter_id.hh +++ b/paludis/repositories/gemcutter/gemcutter_id.hh @@ -67,7 +67,6 @@ namespace paludis const std::shared_ptr<const MetadataValueKey<SlotName> > slot_key() const; const std::shared_ptr<const MetadataCollectionKey<KeywordNameSet> > keywords_key() const; - const std::shared_ptr<const MetadataSpecTreeKey<ProvideSpecTree> > provide_key() const; const std::shared_ptr<const MetadataCollectionKey<PackageIDSequence> > contains_key() const; const std::shared_ptr<const MetadataValueKey<std::shared_ptr<const PackageID> > > contained_in_key() const; |