Browse Source

Remove unused variable

Adrien Brault 12 years ago
parent
commit
a526e5940b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/JMS/Serializer/GraphNavigator.php

+ 0 - 1
src/JMS/Serializer/GraphNavigator.php

@@ -48,7 +48,6 @@ final class GraphNavigator
     private $handlerRegistry;
     private $objectConstructor;
     private $exclusionStrategy;
-    private $customHandlers = array();
     private $visiting;
 
     /**