From 03a92c098123d62ab9bfe6d37f942484415c1c7c Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 22 Nov 2018 10:11:56 -0500 Subject: [PATCH] app/ex: Nuke `ex kargs` compatibilty alias It said so right there; "nuke in next version". No need to carry this stuff forever. It's the final phase of feature promotion, like when one officially moves out of their parents'. Closes: #1682 Approved by: rfairley --- src/app/rpmostree-builtin-ex.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/rpmostree-builtin-ex.c b/src/app/rpmostree-builtin-ex.c index 3498e6b5..00c1ba90 100644 --- a/src/app/rpmostree-builtin-ex.c +++ b/src/app/rpmostree-builtin-ex.c @@ -35,9 +35,6 @@ static RpmOstreeCommand ex_subcommands[] = { { "reset", RPM_OSTREE_BUILTIN_FLAG_SUPPORTS_PKG_INSTALLS, "Remove all mutations", rpmostree_ex_builtin_reset }, - /* temporary aliases; nuke in next version */ - { "kargs", RPM_OSTREE_BUILTIN_FLAG_HIDDEN, - NULL, rpmostree_builtin_kargs }, { NULL, 0, NULL, NULL } };