From 5df6a11820a1e318556b0827f11217b9f316cc00 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 18 Dec 2007 10:14:01 +0000 Subject: [PATCH] Remove unneeded assertion. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22205 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/FileName.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 298ef969fc..abc0616883 100644 --- a/src/support/FileName.cpp +++ b/src/support/FileName.cpp @@ -155,7 +155,6 @@ string FileName::absFilename() const void FileName::set(string const & name) { d->fi.setFile(toqstr(name)); - BOOST_ASSERT(d->fi.isAbsolute()); } -- 2.39.5