Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris AUBE committed Apr 25, 2019
1 parent b917bb3 commit 2ffbad5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();

/** @var ArrayNodeDefinition $rootNode */
$treeBuilder = new TreeBuilder('fos_oauth_server');
if (\method_exists($treeBuilder, 'getRootNode')) {
Expand Down

0 comments on commit 2ffbad5

Please sign in to comment.