X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FMSSQL.pm;h=a0a178543d69ded032cafd5406a8ce0e2c4c7c68;hb=243c6ebce7ae31cd4234b3125b177d4d0c86bcc7;hp=406904c2d8268e1dfa361eaa9484ef9a4a21d9d8;hpb=80a212f5f65cdd0098744b3ff5498250dab205d2;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm b/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm index 406904c..a0a1785 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm @@ -27,14 +27,6 @@ See L. =cut -sub _setup { - my $self = shift; - - $self->next::method(@_); - $self->{db_schema} ||= $self->_build_db_schema; - $self->_set_quote_char_and_name_sep; -} - sub _table_pk_info { my ($self, $table) = @_; my $dbh = $self->schema->storage->dbh;