remove useless assertion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27052 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-10-23 12:25:52 +00:00
parent ba396d2966
commit 536f1d4878

View File

@ -294,7 +294,6 @@ bool BufferList::exists(FileName const & fname) const
bool BufferList::isLoaded(Buffer const * b) const bool BufferList::isLoaded(Buffer const * b) const
{ {
LASSERT(b, /**/);
BufferStorage::const_iterator cit = BufferStorage::const_iterator cit =
find(bstore.begin(), bstore.end(), b); find(bstore.begin(), bstore.end(), b);
return cit != bstore.end(); return cit != bstore.end();