From 1a685474e698ce3e90dbae87f6a1f83966d9ef63 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 29 Nov 2010 04:45:11 +0000 Subject: #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust. --- includes/database/sqlite/query.inc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'includes/database/sqlite') diff --git a/includes/database/sqlite/query.inc b/includes/database/sqlite/query.inc index ec2b57a2c..158da3d0a 100644 --- a/includes/database/sqlite/query.inc +++ b/includes/database/sqlite/query.inc @@ -11,16 +11,6 @@ * @{ */ -/** - * SQLite specific query builder for SELECT statements. - */ -class SelectQuery_sqlite extends SelectQuery { - public function forUpdate($set = TRUE) { - // SQLite does not support FOR UPDATE so nothing to do. - return $this; - } -} - /** * SQLite specific implementation of InsertQuery. * -- cgit v1.2.3