mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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+");
|
||||
|
||||
$data = [];
|
||||
|
||||
$objects = [];
|
||||
|
||||
$refCounts = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user