MemoryManager: remove unused variable declaration

it's overwritten further down anyway.
This commit is contained in:
Dylan K. Taylor 2021-07-21 19:25:01 +01:00
parent 309bed414f
commit 3466fbe3e3
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -319,8 +319,6 @@ class MemoryManager{
$obData = fopen(Path::join($outputFolder, "objects.js"), "wb+");
$data = [];
$objects = [];
$refCounts = [];