mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
Mark dead code as dead
Coverity issue 23511.
This commit is contained in:
parent
61f0271031
commit
41cb3bbc0e
@ -64,11 +64,12 @@ docstring const user_email()
|
||||
//The code after should be used only after user approval.
|
||||
return docstring();
|
||||
|
||||
|
||||
#if 0
|
||||
string email = getEnv("EMAIL_ADDRESS");
|
||||
if (email.empty())
|
||||
email = getEnv("EMAIL");
|
||||
return from_local8bit(email);
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace support
|
||||
|
Loading…
Reference in New Issue
Block a user