From: Abdelrazak Younes Date: Tue, 18 Dec 2007 10:14:01 +0000 (+0000) Subject: Remove unneeded assertion. X-Git-Tag: 1.6.10~6885 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5df6a11820a1e318556b0827f11217b9f316cc00;p=lyx.git Remove unneeded assertion. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22205 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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()); }