From 726ff528a3ab66afde92b5b6e70a96f168fee041 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Fri, 4 Jun 2021 12:52:38 -0400 Subject: Optimize RAM usage and performance by removing redundant `rawData` (#148) * Remove rawData from ZResource * Remove dlistRawData and some leftovers extra params * Run format * Unused variable warning --- ZAPD/ZVector.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ZAPD/ZVector.cpp') diff --git a/ZAPD/ZVector.cpp b/ZAPD/ZVector.cpp index 3584580..d1aef44 100644 --- a/ZAPD/ZVector.cpp +++ b/ZAPD/ZVector.cpp @@ -35,7 +35,6 @@ void ZVector::ParseRawData() { ZScalar scalar(scalarType, parent); scalar.rawDataIndex = currentRawDataIndex; - scalar.rawData = rawData; scalar.ParseRawData(); currentRawDataIndex += scalar.GetRawDataSize(); -- cgit v1.2.3