mirror of https://github.com/python/cpython.git
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
This commit is contained in:
parent
b39eea06d1
commit
a0551059ba
|
@ -44,7 +44,6 @@
|
|||
"necessary compiler setting\n"
|
||||
"Make sure that Python modules winreg, "
|
||||
"win32api or win32con are installed.")
|
||||
pass
|
||||
|
||||
if _can_read_reg:
|
||||
HKEYS = (hkey_mod.HKEY_USERS,
|
||||
|
|
Loading…
Reference in New Issue