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:
parent
48f3fcabea
commit
586c651f2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user