diff options
author | 2011-06-12 00:58:36 +0100 | |
---|---|---|
committer | 2011-06-12 01:12:11 +0100 | |
commit | 8653241b4e943999757f30451f24a2ccc8d9862c (patch) | |
tree | a42e3754ff3d92340e8eb8ba35ba8f78eb0599ed /ruby | |
parent | 1bbf308315fc7c0d1e571586df9368460f3b787d (diff) | |
download | paludis-8653241b4e943999757f30451f24a2ccc8d9862c.tar.gz paludis-8653241b4e943999757f30451f24a2ccc8d9862c.tar.xz |
ProvideSpecTree is dead
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/dep_spec.cc | 1 | ||||
-rw-r--r-- | ruby/nice_names.nn | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ruby/dep_spec.cc b/ruby/dep_spec.cc index 9f6790bc0..91766cc18 100644 --- a/ruby/dep_spec.cc +++ b/ruby/dep_spec.cc @@ -1334,7 +1334,6 @@ template VALUE paludis::ruby::dep_tree_to_value<FetchableURISpecTree> (const std template VALUE paludis::ruby::dep_tree_to_value<SimpleURISpecTree> (const std::shared_ptr<const SimpleURISpecTree> &); template VALUE paludis::ruby::dep_tree_to_value<PlainTextSpecTree> (const std::shared_ptr<const PlainTextSpecTree> &); template VALUE paludis::ruby::dep_tree_to_value<RequiredUseSpecTree> (const std::shared_ptr<const RequiredUseSpecTree> &); -template VALUE paludis::ruby::dep_tree_to_value<ProvideSpecTree> (const std::shared_ptr<const ProvideSpecTree> &); template VALUE paludis::ruby::dep_tree_to_value<LicenseSpecTree> (const std::shared_ptr<const LicenseSpecTree> &); template std::shared_ptr<const SetSpecTree> paludis::ruby::value_to_dep_tree <SetSpecTree> (VALUE); diff --git a/ruby/nice_names.nn b/ruby/nice_names.nn index 55abea27b..c90f18f8a 100644 --- a/ruby/nice_names.nn +++ b/ruby/nice_names.nn @@ -38,7 +38,6 @@ make_nn_NiceNames() { name "LicenseSpecTree" name "FetchableURISpecTree" name "SimpleURISpecTree" - name "ProvideSpecTree" name "PlainTextSpecTree" name "RequiredUseSpecTree" name "DependencySpecTree" |