mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Remove unreachable code
Fixes coverity issue 23295.
This commit is contained in:
parent
e5cae37853
commit
c671740d83
@ -2300,8 +2300,6 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc, string const & name) c
|
|||||||
os << "\n#\n"
|
os << "\n#\n"
|
||||||
<< "# LANGUAGE SUPPORT SECTION ##########################\n"
|
<< "# LANGUAGE SUPPORT SECTION ##########################\n"
|
||||||
<< "#\n\n";
|
<< "#\n\n";
|
||||||
if (tag != RC_LAST)
|
|
||||||
break;
|
|
||||||
|
|
||||||
case RC_DEFAULT_DECIMAL_POINT:
|
case RC_DEFAULT_DECIMAL_POINT:
|
||||||
if (ignore_system_lyxrc ||
|
if (ignore_system_lyxrc ||
|
||||||
|
Loading…
Reference in New Issue
Block a user