diff options
Diffstat (limited to 'contrib/tools/python3/src/Modules/getpath.c')
| -rw-r--r-- | contrib/tools/python3/src/Modules/getpath.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/tools/python3/src/Modules/getpath.c b/contrib/tools/python3/src/Modules/getpath.c index 5014dde930e..519a7d54240 100644 --- a/contrib/tools/python3/src/Modules/getpath.c +++ b/contrib/tools/python3/src/Modules/getpath.c @@ -1325,11 +1325,6 @@ calculate_zip_path(PyCalculatePath *calculate) goto done; } - /* Replace "00" with version */ - size_t len = wcslen(calculate->zip_path); - calculate->zip_path[len - 6] = VERSION[0]; - calculate->zip_path[len - 5] = VERSION[2]; - res = _PyStatus_OK(); done: |
