mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
92aca32652
commit
6b61b03434
41 changed files with 0 additions and 143 deletions
|
|
@ -40,6 +40,3 @@ def build(bld):
|
|||
autowaf.ensure_visible_symbols (obj, True)
|
||||
obj.vnum = VAMP_PYIN_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'vamp')
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue