remove broken import
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/2262618b Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/2262618b Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/2262618b Branch: refs/heads/master Commit: 2262618bd33ebaeb05f951c7aaa103fd57abfbed Parents: d6f7815 Author: daewon <[email protected]> Authored: Thu Mar 29 17:04:04 2018 +0900 Committer: daewon <[email protected]> Committed: Thu Mar 29 17:04:04 2018 +0900 ---------------------------------------------------------------------- .../scala/org/apache/s2graph/core/benchmark/BenchmarkCommon.scala | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/2262618b/s2core/src/test/scala/org/apache/s2graph/core/benchmark/BenchmarkCommon.scala ---------------------------------------------------------------------- diff --git a/s2core/src/test/scala/org/apache/s2graph/core/benchmark/BenchmarkCommon.scala b/s2core/src/test/scala/org/apache/s2graph/core/benchmark/BenchmarkCommon.scala index 30011b1..e6015b8 100644 --- a/s2core/src/test/scala/org/apache/s2graph/core/benchmark/BenchmarkCommon.scala +++ b/s2core/src/test/scala/org/apache/s2graph/core/benchmark/BenchmarkCommon.scala @@ -20,7 +20,6 @@ package org.apache.s2graph.core.benchmark import com.typesafe.config.{ConfigFactory, Config} -import org.apache.s2graph.core.{Management, S2Graph$} import org.specs2.mutable.Specification import scalikejdbc.AutoSession
