finally drop the -e2s compat

This commit is contained in:
ed 2021-11-06 03:19:57 +01:00
parent 8164910fe8
commit f327f698b9

View file

@ -521,7 +521,7 @@ def main(argv=None):
supp = args_from_cfg(v)
argv.extend(supp)
deprecated = [["-e2s", "-e2ds"]]
deprecated = []
for dk, nk in deprecated:
try:
idx = argv.index(dk)