[Profiler] DataCollector: Remove unused static property

This commit is contained in:
Maxime Steinhausser 2017-04-30 18:37:23 +02:00
parent 82a6a35446
commit 96743e69ad

View File

@ -39,8 +39,6 @@ abstract class DataCollector implements DataCollectorInterface, \Serializable
*/
private static $cloner;
private static $stubsCache = array();
public function serialize()
{
return serialize($this->data);