Skip to content

Commit 06d19b9

Browse files
author
Stanislav Idolov
authored
Removed unused var
1 parent 451202c commit 06d19b9

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ protected function getItemsPerPage()
768768
if ($this->_itemsPerPage === null) {
769769
$memoryLimitConfigValue = trim(ini_get('memory_limit'));
770770
$lastMemoryLimitLetter = strtolower($memoryLimitConfigValue[strlen($memoryLimitConfigValue) - 1]);
771-
$memoryUsage = memory_get_usage(true);
772771
$memoryLimit = (int) $memoryLimitConfigValue;
773772
switch ($lastMemoryLimitLetter) {
774773
case 'g':

0 commit comments

Comments
 (0)