From e3df73c5798335ae7c4172dd6df3de49a1b8b7d4 Mon Sep 17 00:00:00 2001 From: Joern Bernhardt Date: Mon, 24 Mar 2014 18:55:13 +0100 Subject: [PATCH] missed compile error when trying something.. --- .../asyncsql/database/pool/MySqlAsyncConnectionPool.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/scala/io/vertx/asyncsql/database/pool/MySqlAsyncConnectionPool.scala b/src/main/scala/io/vertx/asyncsql/database/pool/MySqlAsyncConnectionPool.scala index c6818fb..56983dd 100644 --- a/src/main/scala/io/vertx/asyncsql/database/pool/MySqlAsyncConnectionPool.scala +++ b/src/main/scala/io/vertx/asyncsql/database/pool/MySqlAsyncConnectionPool.scala @@ -12,9 +12,6 @@ import io.vertx.asyncsql.Starter class MySqlAsyncConnectionPool(val verticle: Starter, config: Configuration, eventLoop: EventLoop, val maxPoolSize: Int) extends AsyncConnectionPool { - implicit val executionContext = VertxExecutionContext.fromVertxAccess(verticle) - verticle. - override def create() = new MySQLConnection(configuration = config, group = eventLoop).connect } \ No newline at end of file