瀏覽代碼

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)