diff options
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; |