Skip to content

Commit

Permalink
Removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lunetics committed Jul 5, 2013
1 parent 86101bf commit 5cbac9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('lunetics_zodiac');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.

return $treeBuilder;
}
Expand Down
3 changes: 0 additions & 3 deletions DependencyInjection/LuneticsZodiacExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class LuneticsZodiacExtension 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 5cbac9e

Please sign in to comment.