mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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:
parent
ba396d2966
commit
536f1d4878
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user