diff options
Diffstat (limited to 'paludis/repositories/fake/dep_parser.hh')
-rw-r--r-- | paludis/repositories/fake/dep_parser.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/paludis/repositories/fake/dep_parser.hh b/paludis/repositories/fake/dep_parser.hh index 0dd47fb12..360a64f04 100644 --- a/paludis/repositories/fake/dep_parser.hh +++ b/paludis/repositories/fake/dep_parser.hh @@ -49,12 +49,6 @@ namespace paludis const Environment * const) PALUDIS_VISIBLE; /** - * Parse a provide heirarchy. - */ - std::shared_ptr<ProvideSpecTree> parse_provide(const std::string & s, - const Environment * const) PALUDIS_VISIBLE; - - /** * Parse a fetchable uri heirarchy. */ std::shared_ptr<FetchableURISpecTree> parse_fetchable_uri(const std::string & s, |