Removed flush method
rkinyon@cpan.org [Thu, 26 Jun 2008 19:19:13 +0000 (19:19 +0000)]
git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3644 88f4d9cd-8a04-0410-9d60-8f63309c3137

lib/DBM/Deep.pm

index be32a02..56ecc0c 100644 (file)
@@ -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;