Remove build date/time from diagnostic message

This message does not really help, and makes the binary
non-deterministic.
This commit is contained in:
oxalica 2021-06-03 01:00:31 +08:00 committed by Tomas Babej
parent e762306563
commit 3672ed0c1b

View file

@ -122,8 +122,6 @@ int CmdDiagnostics::execute (std::string& output)
out << bold.colorize ("Build Features")
<< '\n'
// Build date.
<< " Built: " << __DATE__ << ' ' << __TIME__ << '\n'
#ifdef HAVE_COMMIT
<< " Commit: " << COMMIT << '\n'
#endif