summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 95f426f..08e39dd 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -141,8 +141,6 @@ pub const MAP_ROW_SIZE: [MapRow; MAP_SIZE] = [
pub const MAP_BITSIZE: usize = 897;
pub const MAP_U64S: usize = 15;
-// TODO: Constant for lava map
-
pub struct MapRow {
pub start_bit: usize,
pub x_offset: usize,