Remove legacy kconfig_check and menuconfig args

Fixes #1690
This commit is contained in:
Luca Weiss 2018-11-28 11:20:33 +01:00 committed by Oliver Smith
parent 0e9644c0f9
commit 9c037831a0
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 11 additions and 24 deletions

View file

@ -187,13 +187,6 @@ def export(args):
pmb.export.frontend(args)
def menuconfig(args):
logging.warning("WARNING: 'pmbootstrap menuconfig' is deprecated and will"
" soon be removed. Please use 'pmbootstrap kconfig edit'"
" instead.")
pmb.build.menuconfig(args, args.package)
def update(args):
existing_only = not args.non_existing
if not pmb.helpers.repo.update(args, args.arch, True, existing_only):