Skip to content

Commit

Permalink
Drop code for testing for Windows in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Sep 6, 2023
1 parent b57cc98 commit ae2916d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import shutil
import stat
import subprocess
import sys
import tarfile
import tempfile
import textwrap
Expand Down Expand Up @@ -119,11 +118,6 @@ def download_source(self, directory: pathlib.Path) -> None:
]


# def _is_windows() -> bool:
# """Return True if the current platform is Windows."""
# return sys.platform == "win32"


def _assert_detect_command(cmd: list[str]) -> None:
"""
Run the given command in a subprocess and write its outputs to stdout.
Expand Down

0 comments on commit ae2916d

Please sign in to comment.