From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 12 Feb 2022 21:54:47 +0000
Subject: bin/update-tables.py: Remove comment which embeds the build path and
 timestamp.

https://reproducible-builds.org/docs/timestamps/
https://reproducible-builds.org/docs/build-path/
---
 bin/update-tables.py                  | 2 --
 code_templates/python_table.py.j2     | 2 --
 code_templates/unicode_versions.py.j2 | 2 --
 3 files changed, 6 deletions(-)

diff --git a/bin/update-tables.py b/bin/update-tables.py
index 818d7b2..8412b1d 100644
--- a/bin/update-tables.py
+++ b/bin/update-tables.py
@@ -248,8 +248,6 @@ class RenderDefinition:
     def __post_init__(self) -> None:
         self._template = JINJA_ENV.get_template(self.jinja_filename)
         self._render_context = {
-            'utc_now': UTC_NOW,
-            'this_filepath': THIS_FILEPATH,
             **self.render_context.to_dict(),
         }
 
diff --git a/code_templates/python_table.py.j2 b/code_templates/python_table.py.j2
index fd92a66..9ef2613 100644
--- a/code_templates/python_table.py.j2
+++ b/code_templates/python_table.py.j2
@@ -1,7 +1,5 @@
 """
 Exports {{ variable_name }} table keyed by supporting unicode version level.
-
-This code generated by {{this_filepath}} on {{utc_now}}.
 """
 {{ variable_name }} = {
 {%- for table_version, table_def in table.items() %}
diff --git a/code_templates/unicode_versions.py.j2 b/code_templates/unicode_versions.py.j2
index 09794f1..e3fb42a 100644
--- a/code_templates/unicode_versions.py.j2
+++ b/code_templates/unicode_versions.py.j2
@@ -1,7 +1,5 @@
 """
 Exports function list_versions() for unicode version level support.
-
-This code generated by {{this_filepath}} on {{utc_now}}.
 """
 
 
