This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new cd9b4e9   GROOVY-9387: remove unused imports
cd9b4e9 is described below

commit cd9b4e9c7de3352823646753a55ee956a162fced
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Feb 12 15:02:01 2020 +1000

     GROOVY-9387: remove unused imports
---
 src/test/groovy/bugs/Groovy9387.groovy | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy9387.groovy 
b/src/test/groovy/bugs/Groovy9387.groovy
index c6f0f78..1a8e775 100644
--- a/src/test/groovy/bugs/Groovy9387.groovy
+++ b/src/test/groovy/bugs/Groovy9387.groovy
@@ -19,11 +19,9 @@
 package groovy.bugs
 
 import groovy.transform.CompileStatic
-import org.codehaus.groovy.control.CompilerConfiguration
 import org.junit.Test
 
 import static groovy.test.GroovyAssert.assertScript
-import static org.junit.Assume.assumeFalse
 
 @CompileStatic
 final class Groovy9387 {

Reply via email to