Skip to content

Commit a9e4a7f

Browse files
committed
Remove unused rowOffset in Database/SQLSRV/Result.php
1 parent eb243d3 commit a9e4a7f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

system/Database/SQLSRV/Result.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
*/
2121
class Result extends BaseResult
2222
{
23-
/**
24-
* Row offset
25-
*
26-
* @var integer
27-
*/
28-
private $rowOffset = 0;
29-
3023
//--------------------------------------------------------------------
3124

3225
/**

0 commit comments

Comments
 (0)