From 20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 21 Jul 2015 14:17:47 +0200 Subject: Add a log message when the Doctrine Query Builder is retrieved --- lib/public/idbconnection.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/public/idbconnection.php') diff --git a/lib/public/idbconnection.php b/lib/public/idbconnection.php index 7c94611a684..0d04c43d73e 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -40,14 +40,6 @@ namespace OCP; * @since 6.0.0 */ interface IDBConnection { - /** - * Gets the ExpressionBuilder for the connection. - * - * @return \OCP\DB\QueryBuilder\IExpressionBuilder - * @since 8.2.0 - */ - public function getExpressionBuilder(); - /** * Gets the QueryBuilder for the connection. * -- cgit v1.2.3