1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:53:35 +02:00

Remove unused reset function

This commit is contained in:
Pavel Djundik
2015-10-22 00:20:09 +03:00
parent 419f66ff72
commit c001fe6633
-10
View File
@@ -56,16 +56,6 @@
$this->Position = 0;
}
/**
* Resets buffer
*/
public function Reset( )
{
$this->Buffer = "";
$this->Length = 0;
$this->Position = 0;
}
/**
* Get remaining bytes
*