remove: unnecessary comment from quoted code

This commit is contained in:
Wataru Otsubo 2025-02-01 20:03:36 +09:00
parent a87e81ad5b
commit 86d26c57cb

View file

@ -190,9 +190,7 @@ impl CodeGen for Block {
#(#code_children)*
const OFFSET: usize = #addr;
//pub(crate) const SIZE: usize = 0x4000;
/// Access to SLR0.
pub struct #upper_camel_name<'a> {
mem_ptr: *mut u32,
_marker: PhantomData<&'a mut RegisterInterface>,