1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00

mfc_candidates: remove leftover message

When I first converted mfc-candidates to Lua I did not implement -X
(exclude file), and just emitted a message that -X wasn't implemented.
Support was implemented before I pushed the change but I forgot to
remove the message.

Fixes: 48f3fcabea ("mfc-candidates: Convert to Lua")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
Ed Maste 2024-11-15 16:36:44 -05:00
parent 48f3fcabea
commit 586c651f2b

View File

@ -176,7 +176,6 @@ local function main()
verbose = verbose + 1
elseif opt == "-X" then
exclude_file = arg[i + 1]
print ("-X not working")
i = i + 1
else
break