Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FlannyH committed Jan 29, 2024
1 parent 113c248 commit 44c11f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ impl Allocator {
}

pub fn allocate(&mut self, desc: &AllocationCreateDesc<'_>) -> Result<Allocation> {
// todo(lily): debug logs, captures and traces
let size = desc.size;
let alignment = desc.alignment;

Expand Down

0 comments on commit 44c11f2

Please sign in to comment.