소스 검색

Removing obsolete comment

Source commit: 38b842f9432f2cbbc94c5e6c2c770cacb144a5c3
Martin Prikryl 8 년 전
부모
커밋
9ec0ed4c9b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      source/core/Queue.cpp

+ 0 - 1
source/core/Queue.cpp

@@ -2112,7 +2112,6 @@ void __fastcall TTransferQueueItem::ProgressUpdated()
 
     {
       TGuard Guard(FSection);
-      // Move this to TTransferQueueItem once implemented for downloads too
       DebugAssert(FParallelOperation != NULL);
       DebugAssert((FProgressData->Operation == foCopy) || (FProgressData->Operation == foCalculateSize));
       if (FProgressData->Operation == foCopy)