Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 307aee0

Browse files
committed
Remove some comment
1 parent 98ccd37 commit 307aee0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.WindowsAzure.Storage/src/cloud_blob.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ namespace azure { namespace storage {
834834
});
835835
parallel_tasks.emplace_back(std::move(parallel_task));
836836
}
837-
// Code below is nonsense, becasuse exceptions won't be thrown from wait_all_async.
838837
// If the cancellation token is canceled, the lock will be in lock status when the exception is thrown, so need to unlock it in case it blocks other async processes
839838
try
840839
{

0 commit comments

Comments
 (0)