dtoolutil: Mark PandaSystem::get_build_date() as deprecated
It results in the build not being reproduceable.
This commit is contained in:
parent
1f106a0a2a
commit
f392cc9fe6
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue