From a897f5f27defd276122c3e01077af00050d60596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Sun, 23 Nov 2014 11:27:45 +0100 Subject: [PATCH] Fix: More unused local variables --- library/Zend/Db/Metadata/Source/SqliteMetadata.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/Zend/Db/Metadata/Source/SqliteMetadata.php b/library/Zend/Db/Metadata/Source/SqliteMetadata.php index 16589616973..f3869af8ca8 100644 --- a/library/Zend/Db/Metadata/Source/SqliteMetadata.php +++ b/library/Zend/Db/Metadata/Source/SqliteMetadata.php @@ -260,8 +260,6 @@ protected function parseView($sql) { static $re = null; if (null === $re) { - $identifier = $this->getIdentifierRegularExpression(); - $identifierList = $this->getIdentifierListRegularExpression(); $identifierChain = $this->getIdentifierChainRegularExpression(); $re = $this->buildRegularExpression(array( 'CREATE',