mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: drop unused local VERSION variables
pyflakes correctly points out problems like: gtk2_ardour/wscript:537:5 local variable 'VERSION' is assigned to but never used
This commit is contained in:
parent
2e367de4f0
commit
aa3f6e3a5c
5 changed files with 0 additions and 9 deletions
|
|
@ -20,7 +20,6 @@ def configure(conf):
|
|||
mandatory=False)
|
||||
|
||||
def build(bld):
|
||||
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
|
||||
if not bld.is_defined('HAVE_READLINE'):
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue