commit:     fa1b6d8bab551576d0d493176c8dbac2cf81db48
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 18:22:58 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 18:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=fa1b6d8b

imlate: Remove 'experimental' code

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 pym/gentoolkit/imlate/imlate.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pym/gentoolkit/imlate/imlate.py b/pym/gentoolkit/imlate/imlate.py
index 87b8ef1..b553849 100755
--- a/pym/gentoolkit/imlate/imlate.py
+++ b/pym/gentoolkit/imlate/imlate.py
@@ -521,10 +521,6 @@ def main():
         default=None,
     )
 
-    #  # EXPERIMENTAL
-    #  parser.add_option( "-e", "--experimental", dest = "experimental", 
action = "store_true", default = False,
-    #                  help = "enables experimental functions/features (have a 
look for # EXPERIMENTAL comments in the source) [default: %default]" )
-
     parser.add_option(
         "-C",
         "--category",
@@ -577,7 +573,6 @@ def main():
         conf["STABLE"] = options.stable
         conf["KEYWORD"] = options.keyword
 
-    #  conf["EXPERIMENTAL"] = options.experimental
     conf["CATEGORIES"] = options.categories
 
     conf["MAINTAINER"] = options.maintainer

Reply via email to