From: rkinyon@cpan.org Date: Thu, 26 Jun 2008 19:19:13 +0000 (+0000) Subject: Removed flush method X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18ec00af0694b8d206d56289b9855c26493a3da5;p=dbsrgits%2FDBM-Deep.git Removed flush method git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3644 88f4d9cd-8a04-0410-9d60-8f63309c3137 --- diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm index be32a02..56ecc0c 100644 --- a/lib/DBM/Deep.pm +++ b/lib/DBM/Deep.pm @@ -610,7 +610,6 @@ sub delete { (shift)->DELETE( @_ ) } sub exists { (shift)->EXISTS( @_ ) } sub clear { (shift)->CLEAR( @_ ) } -sub flush {shift->_get_self->_engine->flush;} sub _dump_file {shift->_get_self->_engine->_dump_file;} 1;