From 90bb9e708ffcdfdd8739b0c1e721ea13421e820f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 28 Nov 2017 10:13:58 -0500 Subject: Simplify naming 1 --- vars/utils.groovy | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vars') diff --git a/vars/utils.groovy b/vars/utils.groovy index 586bc66..b0921e2 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -1,5 +1,3 @@ -import org.foo.Myclass - // Jenkinsfile utilities // Clone the source repository and examine the most recent commit message. @@ -36,8 +34,6 @@ class TClass implements Serializable { def concurrent2(configs) { - myobj = new MyClass() - println("myobj.name = ${myobj.name}") def tasks = [:] println("Size of configs = ${configs.size()}") for (config in configs) { -- cgit