Browse Source

dtoolutil: Mark PandaSystem::get_build_date() as deprecated

It results in the build not being reproduceable.
rdb 4 years ago
parent
commit
f392cc9fe6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/dtoolutil/pandaSystem.cxx

+ 2 - 0
dtool/src/dtoolutil/pandaSystem.cxx

@@ -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() {