From: Matt S Trout Date: Thu, 4 Aug 2005 14:50:48 +0000 (+0000) Subject: Removed deprecated stuff from SQL.pm (cheers abraxxa) X-Git-Tag: v0.03001~78 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4529880957b2904f65aeac27379b24eca55d585b;p=dbsrgits%2FDBIx-Class.git Removed deprecated stuff from SQL.pm (cheers abraxxa) --- diff --git a/lib/DBIx/Class/SQL.pm b/lib/DBIx/Class/SQL.pm index 65beae4..f176521 100644 --- a/lib/DBIx/Class/SQL.pm +++ b/lib/DBIx/Class/SQL.pm @@ -45,16 +45,6 @@ sub create_sql { *_get_sql = \&create_sql; -sub _sql_to_sth { - my ($class, $sql) = @_; - return $class->_get_dbh->prepare($sql); -} - -sub _get_sth { - my $class = shift; - return $class->_sql_to_sth($class->_get_sql(@_)); -} - 1; =head1 AUTHORS