wscript: drop traces of shutdown() handling

autowaf has no real shutdown functionality anyway. The automatic
shutdown function that could have been called wouldn't work anyway, as
it takes an argument.

The only reason it doesn't fail is that the top level wscript has no
shutdown handling and doesn't recurse to other scripts, so it is all
dead code.
This commit is contained in:
Mads Kiilerich 2022-01-25 00:16:35 +01:00 committed by Paul Davis
parent 92aca32652
commit 6b61b03434
41 changed files with 0 additions and 143 deletions

View file

@ -35,6 +35,3 @@ def build(bld):
target = 'libltc',
use = 'libltc_includes'
)
def shutdown():
autowaf.shutdown()