Delete unnecessary TODO

We don't use todos to remind us that V0 needs to be replaced with V1.

PiperOrigin-RevId: 529377437
pull/12643/head
Marcel Hlopko 2 years ago committed by Copybara-Service
parent c58067fa70
commit 2f78ca72eb
  1. 2
      rust/cpp_kernel/cpp.rs

@ -50,8 +50,6 @@ use std::slice;
/// dropped.
///
/// Note that this type is neither `Sync` nor `Send`.
///
/// TODO(b/272728844): Replace this placeholder code with a real implementation.
pub struct Arena {
ptr: NonNull<u8>,
_not_sync: PhantomData<UnsafeCell<()>>,

Loading…
Cancel
Save