From af05fe4f198fddd97e533b46f183d8bb4f396382 Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 31 Dec 2023 15:21:10 +0700 Subject: [PATCH] [ticket/17232] Remove sqlite3 dbtool PHPBB3-17232 --- phpBB/phpbb/db/tools/sqlite3.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 phpBB/phpbb/db/tools/sqlite3.php diff --git a/phpBB/phpbb/db/tools/sqlite3.php b/phpBB/phpbb/db/tools/sqlite3.php deleted file mode 100644 index 1a428b40a8..0000000000 --- a/phpBB/phpbb/db/tools/sqlite3.php +++ /dev/null @@ -1,24 +0,0 @@ - - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ - -namespace phpbb\db\tools; - -/** - * Database Tools for handling cross-db actions such as altering columns, etc. - * Currently not supported is returning SQL for creating tables. - * - * @deprecated 4.0.0-a1 - */ -class sqlite3 extends doctrine -{ -}