]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Cmake build: Creating a define for a header file found
[lyx.git] / src / VCBackend.cpp
index bb963f1f156541b4b7aac1935bab58a41c5a88e4..8d26df2a6eacf02f651161d5c3b6930cba9e8e63 100644 (file)
@@ -2236,10 +2236,6 @@ bool GIT::prepareFileRevision(string const & revis, string & f)
 
        pointer += ":";
 
-       if (rev <= 0)
-               if (!getFileRevisionInfo())
-                       return false;
-
        FileName tmpf = FileName::tempName("lyxvcrev_" + revis + "_");
        if (tmpf.empty()) {
                LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);