From 05513e60e2079d908d6d16a103212b3e8834b6fb Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Wed, 21 Oct 2015 12:31:48 -0700 Subject: [PATCH] Remove missing variables reference. --- netci.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index 7ce7448f6..c75225dfd 100644 --- a/netci.groovy +++ b/netci.groovy @@ -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.