From 2c20a345eec598566dac87551058293c0ddd4781 Mon Sep 17 00:00:00 2001
From: Michael Logvin <mlogvin@magento.com>
Date: Tue, 5 Apr 2016 19:00:38 +0300
Subject: [PATCH] MAGETWO-50676: EntityManager introduction

---
 .../Magento/Framework/EntityManager/EntityManager.php        | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/internal/Magento/Framework/EntityManager/EntityManager.php b/lib/internal/Magento/Framework/EntityManager/EntityManager.php
index 2ab4dd41428..58a6bf3bee6 100644
--- a/lib/internal/Magento/Framework/EntityManager/EntityManager.php
+++ b/lib/internal/Magento/Framework/EntityManager/EntityManager.php
@@ -3,12 +3,8 @@
  * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
-
 namespace Magento\Framework\EntityManager;
 
-use Magento\Framework\EntityManager\MetadataPool;
-use Magento\Framework\Model\ResourceModel\Db\ObjectRelationProcessor;
-
 /**
  * Class EntityManager
  */
@@ -64,7 +60,6 @@ class EntityManager
      */
     public function save($entity, $entityType = null, $arguments = [])
     {
-
         //@todo add EntityTypeResolver
         if ($this->has($entity, $entityType, $arguments)) {
             $operation = $this->operationPool->getOperation($entityType, 'update');
-- 
GitLab