Skip to content

Commit

Permalink
mfc_candidates: remove leftover message
Browse files Browse the repository at this point in the history
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: 48f3fca ("mfc-candidates: Convert to Lua")
Sponsored by: The FreeBSD Foundation
  • Loading branch information
emaste committed Nov 15, 2024
1 parent 48f3fca commit 586c651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/tools/git/mfc-candidates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 586c651

Please sign in to comment.