Skip to content

Commit 3070f46

Browse files
author
adustman
committed
More Windows build fixes.
1 parent 11ade40 commit 3070f46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MySQLdb/setup_windows.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ def get_config():
44

55
metadata, options = get_metadata_and_options()
66

7-
serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
87
connector = options["connector"]
98

109
extra_objects = []
11-
static = enabled(options, 'static')
12-
# XXX static doesn't actually do anything on Windows
10+
1311
if enabled(options, 'embedded'):
1412
client = "mysqld"
1513
else:

0 commit comments

Comments
 (0)