From: Arthur Axel 'fREW' Schmidt Date: Wed, 24 Feb 2010 04:59:13 +0000 (-0600) Subject: remove unused variables X-Git-Tag: v0.001000_01~129 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=6b826c6a3b15681ef22f9571da8f270796fac4ce remove unused variables --- diff --git a/lib/DBIx/Class/DeploymentHandler.pm b/lib/DBIx/Class/DeploymentHandler.pm index c40b5d3..64202aa 100644 --- a/lib/DBIx/Class/DeploymentHandler.pm +++ b/lib/DBIx/Class/DeploymentHandler.pm @@ -93,10 +93,6 @@ has sqltargs => ( ); method deploy { - my $schema = $self->schema; - my $type = undef; - my $sqltargs = $self->sqltargs; - my $dir = $self->upgrade_directory; my $storage = $self->storage; my $deploy = sub {