mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 05:15:59 +02:00
Remove unused reset function
This commit is contained in:
@@ -56,16 +56,6 @@
|
|||||||
$this->Position = 0;
|
$this->Position = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Resets buffer
|
|
||||||
*/
|
|
||||||
public function Reset( )
|
|
||||||
{
|
|
||||||
$this->Buffer = "";
|
|
||||||
$this->Length = 0;
|
|
||||||
$this->Position = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get remaining bytes
|
* Get remaining bytes
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user