From e74ee2fc3e96b61833721542b1f110bdab462d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 9 Oct 2009 12:47:30 +0000 Subject: [PATCH] revert unintended commit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31571 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/lassert.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/support/lassert.cpp b/src/support/lassert.cpp index eb23ab6638..64f92a61ac 100644 --- a/src/support/lassert.cpp +++ b/src/support/lassert.cpp @@ -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