Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrandini committed Jul 23, 2013
1 parent 8156a79 commit 80c81b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('ferrandini_disable');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
Expand Down
3 changes: 0 additions & 3 deletions DependencyInjection/FerrandiniDisableExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class FerrandiniDisableExtension extends Extension
*/
public function load(array $configs, ContainerBuilder $container)
{
$configuration = new Configuration();
$config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.xml');
}
Expand Down

0 comments on commit 80c81b9

Please sign in to comment.