Skip to content

Commit

Permalink
Remove thread_local
Browse files Browse the repository at this point in the history
  • Loading branch information
alion02 committed Dec 2, 2024
1 parent 474fc8d commit 25ce6c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/day1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

use std::fmt::Display;

#[thread_local]
static mut ARRAYS: [[u8; 90000]; 128] = [[0; 90000]; 128];

#[thread_local]
static mut CLEAN: usize = 128;

macro_rules! get_arr {
Expand Down

0 comments on commit 25ce6c3

Please sign in to comment.