Skip to content

Commit

Permalink
Remove unused variable (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Nov 8, 2016
1 parent 6a871ff commit 8ee1a8c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Utils/Query.php
Expand Up @@ -795,14 +795,6 @@ public static function getFirstStatement($query, $delimiter = null)
*/
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.
Expand Down

0 comments on commit 8ee1a8c

Please sign in to comment.