Skip to content

Commit 2448242

Browse files
author
Oleksii Korshenko
authored
MAGETWO-66493: Remove deadcode #8950
2 parents c6eb6c3 + 284093a commit 2448242

File tree

11 files changed

+0
-13
lines changed

11 files changed

+0
-13
lines changed

app/code/Magento/Braintree/Gateway/Response/CardDetailsHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
namespace Magento\Braintree\Gateway\Response;
77

8-
use \Braintree\Transaction;
98
use Magento\Braintree\Gateway\Config\Config;
109
use Magento\Payment\Gateway\Helper\ContextHelper;
1110
use Magento\Sales\Api\Data\OrderPaymentInterface;

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\Bundle\Model\Product\Attribute\Source\Shipment\Type as ShipmentType;
1212
use Magento\Framework\Stdlib\ArrayManager;
1313
use Magento\Ui\Component\Container;
14-
use Magento\Ui\Component\DynamicRows;
1514
use Magento\Ui\Component\Form;
1615
use Magento\Ui\Component\Modal;
1716
use Magento\Catalog\Api\Data\ProductAttributeInterface;

app/code/Magento/Catalog/Model/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Magento\Framework\Pricing\SaleableInterface;
1515
use Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterface;
1616
use Magento\Catalog\Model\Product\Attribute\Backend\Media\EntryConverterPool;
17-
use Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryExtensionFactory;
1817

1918
/**
2019
* Catalog product model

app/code/Magento/Checkout/Model/Type/Onepage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
namespace Magento\Checkout\Model\Type;
77

88
use Magento\Customer\Api\AccountManagementInterface;
9-
use Magento\Customer\Api\AddressMetadataInterface as AddressMetadata;
109
use Magento\Customer\Api\AddressRepositoryInterface;
1110
use Magento\Customer\Api\CustomerRepositoryInterface;
1211
use Magento\Customer\Api\Data\CustomerInterfaceFactory as CustomerDataFactory;

app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Attribute/CreateOptions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
namespace Magento\ConfigurableProduct\Controller\Adminhtml\Product\Attribute;
88

99
use Magento\Backend\App\Action;
10-
use Magento\Catalog\Controller\Adminhtml\Product;
1110
use Magento\Catalog\Model\ResourceModel\Eav\AttributeFactory;
1211

1312
class CreateOptions extends Action

app/code/Magento/Quote/Model/Quote.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Magento\Framework\Model\AbstractExtensibleModel;
1111
use Magento\Quote\Api\Data\PaymentInterface;
1212
use Magento\Quote\Model\Quote\Address;
13-
use Magento\Sales\Model\ResourceModel;
1413
use Magento\Sales\Model\Status;
1514
use Magento\Framework\Api\AttributeValueFactory;
1615
use Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface;

app/code/Magento/Sales/Model/ResourceModel/AbstractGrid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
namespace Magento\Sales\Model\ResourceModel;
77

8-
use Magento\Framework\App\ResourceConnection as AppResource;
98
use Magento\Framework\DB\Adapter\AdapterInterface;
109
use Magento\Framework\Model\ResourceModel\Db\AbstractDb;
1110

app/code/Magento/Sales/Test/Unit/Model/OrderRepositoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Magento\Sales\Model\OrderRepository;
1111
use Magento\Sales\Model\ResourceModel\Metadata;
1212
use Magento\Sales\Api\Data\OrderSearchResultInterfaceFactory as SearchResultFactory;
13-
use Magento\Framework\Api\SortOrder;
1413

1514
/**
1615
* Class OrderRepositoryTest

app/code/Magento/Ui/Component/Control/SplitButton.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
namespace Magento\Ui\Component\Control;
77

8-
use Magento\Framework\View\Element\Template;
9-
108
/**
119
* Class SplitButton
1210
*

app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Magento\Framework\Exception\AuthorizationException;
1818
use Magento\Framework\Exception\LocalizedException;
1919
use Magento\Framework\Exception\NoSuchEntityException;
20-
use Magento\Framework\Phrase;
2120
use Magento\Framework\App\ProductMetadataInterface;
2221
use \Magento\Framework\Api\SimpleDataObjectConverter;
2322

0 commit comments

Comments
 (0)