Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Oct 5, 2023
1 parent b25d0e7 commit a5f2e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/devices/disk.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Disk : public StorageDevice, private ScsiBlockCommands
// Sector size shift count (9=512, 10=1024, 11=2048, 12=4096)
uint32_t size_shift_count = 0;

// TODO Create a statistics struct
inline static uint32_t sector_read_count = 0;
inline static uint32_t sector_write_count = 0;

Expand Down

0 comments on commit a5f2e36

Please sign in to comment.