Skip to content

Commit 4c1e270

Browse files
ENGCOM-1546: [Backport] Removed unused class declaration and code #15184
- Merge Pull Request #15184 from dmytro-ch/magento2:fix/2.1-unused-class-declaration-and-code - Merged commits: 1. 236e1a7
2 parents f4aec5f + 236e1a7 commit 4c1e270

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/code/Magento/Review/view/frontend/templates/redirect.phtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
?>
1010
<?php
11-
/* if(isset($GET['limit'])) {
12-
$limit = $GET['limit']
13-
}*/
1411
header("Location:{$block->getProduct()->getProductUrl()}#info-product_reviews");
1512
exit;
1613
?>

app/code/Magento/Version/Controller/Index/Index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Magento\Framework\App\Action\Action;
1010
use Magento\Framework\App\Action\Context;
1111
use Magento\Framework\App\ProductMetadataInterface;
12-
use Magento\Framework\Exception\StateException;
1312

1413
/**
1514
* Magento Version controller

0 commit comments

Comments
 (0)