소스 검색

Unused variable

From 1aee6f14

Source commit: ecf67583d0eb2906baa9cf7a1ecd393840d9160e
Martin Prikryl 2 년 전
부모
커밋
93b0df962e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);