Skip to content

Commit f07cb3f

Browse files
committed
Fix comment
1 parent 0f8a06c commit f07cb3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang-rt/lib/cuda/allocator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ static void initAllocations() {
6060
}
6161
}
6262

63-
// Double the size of the allocation array when size if
6463
static void doubleAllocationArray() {
6564
unsigned newSize = maxDeviceAllocations * 2;
6665
DeviceAllocation *newArray = static_cast<DeviceAllocation *>(

0 commit comments

Comments
 (0)