summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-06 15:50:45 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-06 15:50:45 +0200
commit416ad2d3a0b6bf28b343d0951d6f8723bd63aef2 (patch)
tree669701fdac97f9b41fd49acd7333f4ae404e5872 /src/constants.rs
parente2b32320c8531f266d22d9302c28b0e863a95ba0 (diff)
Unfreezing over time
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,