From 7d05ffceaf9161a6572505d25b5017e1eb33bf0e Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 29 May 2018 13:57:13 +1000 Subject: Remove the last traces of the pacman --force option Signed-off-by: Allan McRae --- src/pacman/pacman.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/pacman/pacman.c') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index e0178da8..a2a420b6 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -716,11 +716,6 @@ static int parsearg_upgrade(int opt) return 0; } switch(opt) { - case OP_FORCE: - pm_printf(ALPM_LOG_WARNING, - _("option --force is deprecated; use --overwrite instead\n")); - config->flags |= ALPM_TRANS_FLAG_FORCE; - break; case OP_OVERWRITE_FILES: parsearg_util_addlist(&(config->overwrite_files)); break; -- cgit v1.2.3-54-g00ecf