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