Skip to content

Commit d0a6b5b

Browse files
committed
MAGETWO-85755: Enable metrics validation and run benchmark in multithread mode for PAT
1 parent 61d678e commit d0a6b5b

File tree

1 file changed

+0
-15
lines changed
  • lib/internal/Magento/Framework/ObjectManager/Config

1 file changed

+0
-15
lines changed

lib/internal/Magento/Framework/ObjectManager/Config/Compiled.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,4 @@ public function getPreferences()
164164
{
165165
return $this->preferences;
166166
}
167-
168-
/**
169-
* Get serializer
170-
*
171-
* @return SerializerInterface
172-
* @deprecated
173-
*/
174-
private function getSerializer()
175-
{
176-
if (null === $this->serializer) {
177-
$this->serializer = \Magento\Framework\App\ObjectManager::getInstance()
178-
->get(Serialize::class);
179-
}
180-
return $this->serializer;
181-
}
182167
}

0 commit comments

Comments
 (0)