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()); }