dtoolutil: Mark PandaSystem::get_build_date() as deprecated

It results in the build not being reproduceable.
This commit is contained in:
rdb 2021-01-18 00:51:47 +01:00
parent 1f106a0a2a
commit f392cc9fe6
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ get_compiler() {
/**
* Returns a string representing the date and time at which this version of
* Panda (or at least dtool) was compiled, if available.
*
* @deprecated
*/
string PandaSystem::
get_build_date() {