]> git.lyx.org Git - features.git/blobdiff - src/lyxvc.C
get rid of dead code, some new functions constify variables.
[features.git] / src / lyxvc.C
index ba4529c6dd61408ef76234b5b13095f89b962920..4ab17afc9caa0b037cede8b6d88c26e695b6810e 100644 (file)
@@ -295,5 +295,5 @@ void LyXVC::showLog()
        string tmpf = tmpnam(0);
        vcs->getLog(tmpf);
        viewLog(tmpf);
-       unlink(tmpf.c_str());
+       lyx::unlink(tmpf);
 }