Skip to content

Commit 8ee1a8c

Browse files
committed
Remove unused variable (#96)
Signed-off-by: Michal Čihař <[email protected]>
1 parent 6a871ff commit 8ee1a8c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Utils/Query.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -795,14 +795,6 @@ public static function getFirstStatement($query, $delimiter = null)
795795
*/
796796
public static function getClauseStartOffset($statement, $list, $clause)
797797
{
798-
799-
/**
800-
* The index of the current clause.
801-
*
802-
* @var int $currIdx
803-
*/
804-
$currIdx = 0;
805-
806798
/**
807799
* The count of brackets.
808800
* We keep track of them so we won't insert the clause in a subquery.

0 commit comments

Comments
 (0)