From: Razvan Becheriu Date: Tue, 29 Oct 2019 11:14:45 +0000 (+0200) Subject: [#887,!572] clean up code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd3e9b2d680695953c4e69c2a90938818ab1629;p=thirdparty%2Fkea.git [#887,!572] clean up code --- diff --git a/src/lib/mysql/mysql_connection.h b/src/lib/mysql/mysql_connection.h index 2186802b09..7bf3ff7363 100644 --- a/src/lib/mysql/mysql_connection.h +++ b/src/lib/mysql/mysql_connection.h @@ -642,7 +642,6 @@ public: /// and from MySqlHostDataSource. MySqlHolder& handle() const { auto result = handles_.resource(); - // thread_local std::shared_ptr result(std::make_shared()); if (connected_) { result->openDatabase(*(const_cast(this))); }