mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
7dc9eab62b
commit
e74ee2fc3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user