From 9beb9eb1d395b98d0de34d929fe320bffc204621 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 29 Sep 2015 20:49:27 +0200 Subject: [PATCH] Remove PreparedStatement::executeUnbuffered() This method did not differ from execute() since about 2011 and is deprecated as well. --- .../database/statement/PreparedStatement.class.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php b/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php index 70cfb3f914..6fe37efd64 100644 --- a/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php +++ b/wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php @@ -103,16 +103,6 @@ class PreparedStatement { } } - /** - * Executes a prepared statement. - * - * @deprecated 2.1 - Please use execute() instead - * @param array $parameters - */ - public function executeUnbuffered(array $parameters = array()) { - $this->execute($parameters); - } - /** * Fetches the next row from a result set in an array. * -- 2.20.1