diff options
author | Michal Čihař <michal@cihar.com> | 2016-11-08 14:17:23 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2016-11-08 14:17:23 +0100 |
commit | 8ee1a8c1453930109c858374f693ed1843ca5dec (patch) | |
tree | 77821430fbe91c88b4d198f7e59499fc07116ed1 /src/Utils/Query.php | |
parent | 6a871ff3cd260e314f04f2d0e4471ec5ed3669d8 (diff) | |
download | sql-parser-8ee1a8c1453930109c858374f693ed1843ca5dec.zip sql-parser-8ee1a8c1453930109c858374f693ed1843ca5dec.tar.gz sql-parser-8ee1a8c1453930109c858374f693ed1843ca5dec.tar.bz2 |
Remove unused variable (#96)
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Utils/Query.php')
-rw-r--r-- | src/Utils/Query.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php index c3167ff..4d66a90 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -795,14 +795,6 @@ class Query */ public static function getClauseStartOffset($statement, $list, $clause) { - - /** - * The index of the current clause. - * - * @var int $currIdx - */ - $currIdx = 0; - /** * The count of brackets. * We keep track of them so we won't insert the clause in a subquery. |