build: remove unused python code (#37351)

This commit is contained in:
Shelley Vohr 2023-02-21 09:48:52 +01:00 committed by GitHub
parent 872d1fe05a
commit ee966ad6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 24 deletions

View file

@ -30,10 +30,6 @@ def get_target_arch():
return arch
def get_env_var(name):
return os.environ.get('ELECTRON_' + name, '')
def enable_verbose_mode():
print('Running in verbose mode')
global verbose_mode