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:
Mads Kiilerich 2022-01-24 22:15:49 +01:00 committed by Paul Davis
parent 2e367de4f0
commit aa3f6e3a5c
5 changed files with 0 additions and 9 deletions

View file

@ -19,9 +19,6 @@ def configure(conf):
conf.load('misc')
def build(bld):
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
# just the normal executable version of the GTK GUI
obj = bld (features = 'cxx c cxxprogram')
# this program does not do the whole hidden symbols thing