Skip to content

Commit 801cdb1

Browse files
committed
Deleted deprecated variable
1 parent 922e5bc commit 801cdb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/murfey/server/api/bootstrap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ def parse_cygwin_request(request_path: str):
255255

256256
# Variables used by the MSYS2 functions below
257257
msys2_url = "https://repo.msys2.org"
258-
msys2_setup_file = "msys2-x86_64-latest.exe"
259258
msys2_file_ext = (".exe", ".sig", ".tar.xz", "tar.zst")
260259
valid_envs = (
261260
# Tuple of systems and supported libraries/compilers/architectures within

0 commit comments

Comments
 (0)