diff options
Diffstat (limited to 'paludis/repositories/e/apply_annotations.hh')
-rw-r--r-- | paludis/repositories/e/apply_annotations.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/paludis/repositories/e/apply_annotations.hh b/paludis/repositories/e/apply_annotations.hh index 03d09e893..5e512fe6e 100644 --- a/paludis/repositories/e/apply_annotations.hh +++ b/paludis/repositories/e/apply_annotations.hh @@ -32,12 +32,6 @@ namespace paludis void apply_annotations( const EAPI & eapi, const std::shared_ptr<DepSpec> & spec, - const std::shared_ptr<BlockDepSpec> & if_block_spec, - const std::shared_ptr<const Map<std::string, std::string> > & m); - - void apply_annotations_not_block( - const EAPI & eapi, - const std::shared_ptr<DepSpec> & spec, const std::shared_ptr<const Map<std::string, std::string> > & m); } } |