Sfoglia il codice sorgente

Unused variable

From 1aee6f14

Source commit: ecf67583d0eb2906baa9cf7a1ecd393840d9160e
Martin Prikryl 2 anni fa
parent
commit
93b0df962e
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      source/core/Terminal.cpp

+ 0 - 2
source/core/Terminal.cpp

@@ -873,8 +873,6 @@ void TParallelOperation::Done(
 
             if (!FParallelFileMerging)
             {
-              TFileOperationProgressType * OperationProgress = Terminal->OperationProgress;
-
               // Once we obtain "merging" semaphor, we won't leave until everything is merged
               TAutoFlag MergingFlag(FParallelFileMerging);