_get_dbh removed
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / DB.pm
index b4f8beb..c9b3971 100644 (file)
@@ -70,8 +70,6 @@ Issues a rollback again the current dbh
 
 sub dbi_rollback { $_[0]->storage->rollback; }
 
-sub _get_dbh { shift->storage->dbh; }
-
 1;
 
 =back