projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8bf3eee
)
remove unused variables
Arthur Axel 'fREW' Schmidt [Wed, 24 Feb 2010 04:59:13 +0000 (22:59 -0600)]
lib/DBIx/Class/DeploymentHandler.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler.pm
b/lib/DBIx/Class/DeploymentHandler.pm
index
c40b5d3
..
64202aa
100644
(file)
--- 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 {