Oops, unbreak stupid txn_begin change
Jess Robinson [Thu, 10 May 2007 21:52:45 +0000 (21:52 +0000)]
lib/DBIx/Class/Storage/DBI/SQLite.pm

index a714510..15dcc01 100644 (file)
@@ -45,14 +45,6 @@ sub backup
   return $backupfile;
 }
 
-sub txn_begin
-{
-  my $self = shift;
-  return if(!$self->{transaction_depth});
-
-  $self->next::method(@_);
-}
-
 
 1;