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
This commit is contained in:
Jonathan Lebon 2018-11-22 10:11:56 -05:00 committed by Atomic Bot
parent e0a976386a
commit 03a92c0981

View File

@ -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 }
};