From 0fe4db099265c7e7a9f4be2c98bb3d9329670286 Mon Sep 17 00:00:00 2001
From: Bernhard Posselt <dev@bernhard-posselt.com>
Date: Sat, 19 Apr 2014 16:02:15 +0200
Subject: [PATCH] remove unusued variable

---
 tests/lib/appframework/db/MapperTest.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/lib/appframework/db/MapperTest.php b/tests/lib/appframework/db/MapperTest.php
index 015528dd2e..c4eb35a068 100644
--- a/tests/lib/appframework/db/MapperTest.php
+++ b/tests/lib/appframework/db/MapperTest.php
@@ -197,12 +197,6 @@ class MapperTest extends MapperTestUtility {
 
 
 	public function testUpdateNoId(){
-		$sql = 'UPDATE `*PREFIX*table` ' .
-				'SET ' .
-				'`pre_name` = ?,'.
-				'`email` = ? ' .
-				'WHERE `id` = ?';
-
 		$params = array('john', 'my@email');
 		$entity = new Example();
 		$entity->setPreName($params[0]);
-- 
GitLab