mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 12:48:32 +00:00
MemoryManager: remove unused variable declaration
it's overwritten further down anyway.
This commit is contained in:
parent
309bed414f
commit
3466fbe3e3
@ -319,8 +319,6 @@ class MemoryManager{
|
|||||||
|
|
||||||
$obData = fopen(Path::join($outputFolder, "objects.js"), "wb+");
|
$obData = fopen(Path::join($outputFolder, "objects.js"), "wb+");
|
||||||
|
|
||||||
$data = [];
|
|
||||||
|
|
||||||
$objects = [];
|
$objects = [];
|
||||||
|
|
||||||
$refCounts = [];
|
$refCounts = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user