Skip to content

Commit

Permalink
remove unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 4, 2023
1 parent c625d3e commit 19d272d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ def strict_build_success_mode():
return strict_mode is not None and strict_mode.strip().lower() != 'off'


def report_build_status(status):
with open('awscrt/config.py', 'w') as f:
f.write("crt_wheel_installed = {}".format(status))


class AwsLib:
def __init__(self, name, extra_cmake_args=[], libname=None):
self.name = name
Expand Down

0 comments on commit 19d272d

Please sign in to comment.