diff options
author | 2007-09-21 19:58:25 +0000 | |
---|---|---|
committer | 2007-09-21 19:58:25 +0000 | |
commit | d504ed45adc497c17a56b4b28366d13d640aed4c (patch) | |
tree | 2e5831638f87208372aa12203bcb8cd78bbb94ee /paludis/name-fwd.hh | |
parent | cdf6d749ed3d1aea5085d32b04450233f36986ba (diff) | |
download | paludis-d504ed45adc497c17a56b4b28366d13d640aed4c.tar.gz paludis-d504ed45adc497c17a56b4b28366d13d640aed4c.tar.xz |
Kill global use_key, inherited_key
Diffstat (limited to 'paludis/name-fwd.hh')
-rw-r--r-- | paludis/name-fwd.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/paludis/name-fwd.hh b/paludis/name-fwd.hh index e42b30bc3..2eed76ede 100644 --- a/paludis/name-fwd.hh +++ b/paludis/name-fwd.hh @@ -183,13 +183,6 @@ namespace paludis * \ingroup grpnames */ typedef Set<IUseFlag> IUseFlagSet; - - /** - * A collection of inherited packages. - * - * \ingroup grpnames - */ - typedef Set<std::string> InheritedSet; } #endif |