diff options
author | Max Ryabinin <mryabinin0@gmail.com> | 2022-08-24 18:43:18 +0300 |
---|---|---|
committer | Max Ryabinin <mryabinin0@gmail.com> | 2022-08-24 18:43:18 +0300 |
commit | 9fc0ab415c564d278b673c694de9b884ea1121d2 (patch) | |
tree | 21686a913ca9801ddf9b5a31008550967ec822e6 /bitsandbytes/utils.py | |
parent | 9d60b3c5279641ba936facd710c722ebe52fcf40 (diff) |
Remove unused code
Diffstat (limited to 'bitsandbytes/utils.py')
-rw-r--r-- | bitsandbytes/utils.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitsandbytes/utils.py b/bitsandbytes/utils.py index 4256a87..77bbd30 100644 --- a/bitsandbytes/utils.py +++ b/bitsandbytes/utils.py @@ -26,7 +26,3 @@ def execute_and_return(command_string: str) -> Tuple[str, str]: def print_stderr(s: str) -> None: print(s, file=sys.stderr) - - -def warn_of_missing_prerequisite(s: str) -> None: - print_stderr("WARNING, missing pre-requisite: " + s) |