mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove unnecessary FileName construction.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25996 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f9c05bf6ab
commit
aa0a9b8316
@ -354,7 +354,7 @@ InProgress::InProgress(string const & filename_base,
|
||||
PendingSnippets const & pending,
|
||||
string const & to_format)
|
||||
: pid(0),
|
||||
metrics_file(FileName(filename_base + ".metrics")),
|
||||
metrics_file(filename_base + ".metrics"),
|
||||
snippets(pending.size())
|
||||
{
|
||||
PendingSnippets::const_iterator pit = pending.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user