From: Arthur Axel 'fREW' Schmidt Date: Tue, 29 May 2012 02:15:19 +0000 (-0500) Subject: remove junk X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=84bbfb63626cf806d5e29da04fefb8b219585bfe;p=dbsrgits%2FDBIx-Class-Historic.git remove junk --- diff --git a/lib/DBIx/Class/SQLMaker/Converter.pm b/lib/DBIx/Class/SQLMaker/Converter.pm index 5f5c6d9..74b7649 100644 --- a/lib/DBIx/Class/SQLMaker/Converter.pm +++ b/lib/DBIx/Class/SQLMaker/Converter.pm @@ -163,8 +163,6 @@ sub _join_to_dq { undef($join_type) unless $join_type =~ s/^(left|right).*/$1/; } - $join_type ||= lc($self->{_default_jointype}); - $cur_dq = +{ type => DQ_JOIN, ($join_type ? (outer => $join_type) : ()),