Drop stubs.

This commit is contained in:
Jelmer Vernooij 2021-02-08 02:29:17 +00:00
parent d47bd99e21
commit ab99144388

View file

@ -51,23 +51,3 @@ def note(m):
def warning(m):
sys.stderr.write('WARNING: %s\n' % m)
def run_with_build_fixer(session, args):
session.check_call(args)
def run_build(session):
raise NotImplementedError
def run_clean(session):
raise NotImplementedError
def run_test(session):
raise NotImplementedError
def run_install(session):
raise NotImplementedError