Remove useless comment

This commit is contained in:
2020-03-27 08:39:47 +01:00
parent 7234764d71
commit ce20f4232f
-1
View File
@@ -121,7 +121,6 @@ char* RingBuffer::reserve(shared_ptr<FrameMetadata> frame_metadata)
}
}
// The slot is already reserved, no need for synchronization.
return get_buffer_slot_address(frame_metadata->buffer_slot_index);
}