Remove missing variables reference.

This commit is contained in:
Sridhar Periyasamy 2015-10-21 12:31:48 -07:00
parent 4c445a41c0
commit 05513e60e2

View file

@ -25,8 +25,6 @@ def static getBuildJobName(def configuration, def os) {
def jobName = getBuildJobName(configuration, os)
def buildCommand = '';
def osGroup = osGroupMap[os]
// Calculate the build command
if (os == 'Windows_NT') {
// On Windows we build the mscorlibs too.