# HG changeset patch # User Bernhard Urban # Date 1371817044 -7200 # Node ID 467d9ae9912e685fd6073e915c28aebbf3349e26 # Parent 590b0c26877fcba260d769ec0c9b0e51a903094e mx: remove useless assignment diff -r 590b0c26877f -r 467d9ae9912e mx/commands.py --- a/mx/commands.py Fri Jun 21 14:16:48 2013 +0200 +++ b/mx/commands.py Fri Jun 21 14:17:24 2013 +0200 @@ -1274,7 +1274,6 @@ '--dot-output-base', 'projects'] + args) def mx_init(): - _vmbuild = 'product' commands = { 'build': [build, '[-options]'], 'buildvars': [buildvars, ''],