You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/11/30 21:59:52 UTC

[3/4] incubator-tinkerpop git commit: remove unused import

remove unused import


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ff70cc86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ff70cc86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/ff70cc86

Branch: refs/heads/master
Commit: ff70cc860e74d0f81c7f120173b059563bc0ea43
Parents: 8b4f53c
Author: pieter <pi...@gmail.com>
Authored: Mon Nov 30 22:28:04 2015 +0200
Committer: pieter <pi...@gmail.com>
Committed: Mon Nov 30 22:28:04 2015 +0200

----------------------------------------------------------------------
 .../gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ff70cc86/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
----------------------------------------------------------------------
diff --git a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
index e9d992c..c32d1d2 100644
--- a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
+++ b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy
@@ -26,7 +26,6 @@ import com.carrotsearch.junitbenchmarks.annotation.BenchmarkMethodChart
 import com.carrotsearch.junitbenchmarks.annotation.LabelType
 import org.apache.tinkerpop.gremlin.AbstractGremlinTest
 import org.apache.tinkerpop.gremlin.LoadGraphWith
-import org.apache.tinkerpop.gremlin.structure.Vertex
 import org.junit.FixMethodOrder
 import org.junit.Rule
 import org.junit.Test