summaryrefslogtreecommitdiff
path: root/lib/rss/taxonomy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/taxonomy.rb')
-rw-r--r--lib/rss/taxonomy.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/rss/taxonomy.rb b/lib/rss/taxonomy.rb
index 399857aedb..8caa25e2a4 100644
--- a/lib/rss/taxonomy.rb
+++ b/lib/rss/taxonomy.rb
@@ -82,11 +82,6 @@ module RSS
[]
end
end
-
- private
- def children
- [@Bag]
- end
end
end
@@ -137,11 +132,6 @@ module RSS
def maker_target(target)
target.new_taxo_topic
end
-
- private
- def children
- [@taxo_link, *@taxo_topics]
- end
end
end