Remove stale comment

This commit is contained in:
Johannes Altmanninger 2023-12-04 23:03:29 +01:00
parent a64324421f
commit e88e7dbf7a

View file

@ -436,8 +436,6 @@ fn fish_parse_opt(args: &mut [WString], opts: &mut FishCmdOpts) -> usize {
} }
'P' => opts.enable_private_mode = true, 'P' => opts.enable_private_mode = true,
'v' => { 'v' => {
// FIXME: this was _(L"%s, version %s\n"), but rust-fwprintf! takes a literal instead of an expr
// and appears to not print anything
print!( print!(
"{}", "{}",
wgettext_fmt!("%s, version %s\n", PACKAGE_NAME, crate::BUILD_VERSION) wgettext_fmt!("%s, version %s\n", PACKAGE_NAME, crate::BUILD_VERSION)