summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-03-16 11:22:58 -0700
committerMatt Turner <mattst88@gentoo.org>2022-03-16 11:22:58 -0700
commitfa1b6d8bab551576d0d493176c8dbac2cf81db48 (patch)
treecbb867c30aea01696d1f5e7a4ba92e0de927c3c0 /pym
parentce483bc1151dfe5cae266ecf1547320051da0e73 (diff)
downloadgentoolkit-fa1b6d8bab551576d0d493176c8dbac2cf81db48.tar.gz
imlate: Remove 'experimental' code
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'pym')
-rwxr-xr-xpym/gentoolkit/imlate/imlate.py5
1 files changed, 0 insertions, 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