mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Another unreachable `return' that is not needed
The compilers we use now do not care, but coverity complains.
This commit is contained in:
parent
ce0c11ba4e
commit
4b8e5a9d53
@ -687,9 +687,6 @@ docstring ParValidator::validate(string const & name,
|
||||
return bformat(_("Parameters starting with '%1$s': %2$s"),
|
||||
from_utf8(name), from_utf8(matching_names));
|
||||
}
|
||||
// this stifles a warning but upsets coverity
|
||||
// coverity[UNREACHABLE]
|
||||
return docstring();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user