From 971c850475575fbb92fb33998323dacc721b7eb8 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 12 Jun 2011 01:23:34 +0100 Subject: Remove unused docs --- ruby/repository.cc | 72 ------------------------------------------------------ 1 file changed, 72 deletions(-) diff --git a/ruby/repository.cc b/ruby/repository.cc index 78a10442c..db87c3ca5 100644 --- a/ruby/repository.cc +++ b/ruby/repository.cc @@ -271,54 +271,6 @@ namespace } } - /* - * Document-method: installable_interface - * - * call-seq: - * installable_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: installed_interface - * - * call-seq: - * installed_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: mask_interface - * - * call-seq: - * mask_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: news_interface - * - * call-seq: - * news_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: uninstallable_interface - * - * call-seq: - * uninstallable_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: use_interface - * - * call-seq: - * use_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ /* * Document-method: environment_variable_interface * @@ -327,30 +279,6 @@ namespace * * Returns self if the repository supports the interface, otherwise Nil. */ - /* - * Document-method: provides_interface - * - * call-seq: - * provides_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: virtuals_interface - * - * call-seq: - * virtuals_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: e_interface - * - * call-seq: - * e_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ template (RepositoryCapabilities::* f_)> struct Interface { -- cgit v1.2.3