diff options
author | 2011-09-04 22:08:23 +0100 | |
---|---|---|
committer | 2011-09-04 22:08:23 +0100 | |
commit | e4445c29bad5f4b6eca307dcb5927ab7ac021df7 (patch) | |
tree | 506cf193175dba526c81fbec54469fc7b3c1413c /paludis/repositories/gemcutter/gemcutter_id.hh | |
parent | c90d4dec7920a8d70949d8e2e71e704d2800d2c1 (diff) | |
download | paludis-e4445c29bad5f4b6eca307dcb5927ab7ac021df7.tar.gz paludis-e4445c29bad5f4b6eca307dcb5927ab7ac021df7.tar.xz |
Remove PackageID::contents_key
Diffstat (limited to 'paludis/repositories/gemcutter/gemcutter_id.hh')
-rw-r--r-- | paludis/repositories/gemcutter/gemcutter_id.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/paludis/repositories/gemcutter/gemcutter_id.hh b/paludis/repositories/gemcutter/gemcutter_id.hh index 495b787ff..6ea648537 100644 --- a/paludis/repositories/gemcutter/gemcutter_id.hh +++ b/paludis/repositories/gemcutter/gemcutter_id.hh @@ -79,8 +79,6 @@ namespace paludis const std::shared_ptr<const MetadataSpecTreeKey<SimpleURISpecTree> > homepage_key() const; const std::shared_ptr<const MetadataValueKey<std::string> > short_description_key() const; const std::shared_ptr<const MetadataValueKey<std::string> > long_description_key() const; - const std::shared_ptr<const MetadataValueKey<std::shared_ptr<const Contents> > > - contents_key() const; const std::shared_ptr<const MetadataTimeKey> installed_time_key() const; const std::shared_ptr<const MetadataValueKey<FSPath> > fs_location_key() const; const std::shared_ptr<const MetadataCollectionKey<Set<std::string> > > behaviours_key() const; |