pyoxidizer: remove some boilerplate in file
authorGregory Szorc <gregory.szorc@gmail.com>
Thu, 06 May 2021 16:00:44 -0700
changeset 47200 3e18a29deec9
parent 47199 b128a3ae98ef
child 47201 95950dc832cf
pyoxidizer: remove some boilerplate in file This isn't used for anything and can safely be removed. Differential Revision: https://phab.mercurial-scm.org/D10678
rust/hgcli/pyoxidizer.bzl
--- a/rust/hgcli/pyoxidizer.bzl	Thu May 06 15:45:04 2021 -0700
+++ b/rust/hgcli/pyoxidizer.bzl	Thu May 06 16:00:44 2021 -0700
@@ -106,11 +106,3 @@
 )
 
 resolve_targets()
-
-# END OF COMMON USER-ADJUSTED SETTINGS.
-#
-# Everything below this is typically managed by PyOxidizer and doesn't need
-# to be updated by people.
-
-PYOXIDIZER_VERSION = "0.9.0"
-PYOXIDIZER_COMMIT = "1fbc264cc004226cd76ee452e0a386ffca6ccfb1"