Skip to content

Commit

Permalink
Merge pull request #4709 from samsonasik/remove-unused-rowoffset-prop…
Browse files Browse the repository at this point in the history
…erty

Remove unused private rowOffset property in Database/SQLSRV/Result.php
  • Loading branch information
samsonasik committed May 19, 2021
2 parents eb243d3 + a9e4a7f commit 7eef1f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions system/Database/SQLSRV/Result.php
Expand Up @@ -20,13 +20,6 @@
*/
class Result extends BaseResult
{
/**
* Row offset
*
* @var integer
*/
private $rowOffset = 0;

//--------------------------------------------------------------------

/**
Expand Down

0 comments on commit 7eef1f7

Please sign in to comment.