revert unintended commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31571 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-10-09 12:47:30 +00:00
parent 7dc9eab62b
commit e74ee2fc3e

View File

@ -20,9 +20,7 @@ void doAssert(char const * expr, char const * file, long line)
{
LYXERR0("ASSERTION " << expr << " VIOLATED IN " << file << ":" << line);
// comment this out if not needed
#ifdef ENABLE_ASSERTIONS
BOOST_ASSERT(false);
#endif
}
} // namespace lyx