Skip to content

Commit

Permalink
Forgot to remove #[inline(never)]
Browse files Browse the repository at this point in the history
  • Loading branch information
phoekz committed Feb 9, 2023
1 parent a243004 commit e2943ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpupt/sky.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ pub struct State {
}

impl State {
#[inline(never)]
pub fn new(sky_params: &Params) -> Self {
// Load datasets.
macro_rules! dataset {
Expand Down

0 comments on commit e2943ca

Please sign in to comment.