mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Remove unneeded assertion.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22205 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b8513d13e5
commit
5df6a11820
@ -155,7 +155,6 @@ string FileName::absFilename() const
|
|||||||
void FileName::set(string const & name)
|
void FileName::set(string const & name)
|
||||||
{
|
{
|
||||||
d->fi.setFile(toqstr(name));
|
d->fi.setFile(toqstr(name));
|
||||||
BOOST_ASSERT(d->fi.isAbsolute());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user