Skip to content

Commit

Permalink
fixup - Remove experimental thread_id feature
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniupop committed Sep 11, 2024
1 parent 370d0d1 commit 4ca4162
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions fhevm-engine/executor/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(thread_id_value)]

pub mod cli;
pub mod dfg;
pub mod server;
2 changes: 0 additions & 2 deletions fhevm-engine/executor/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(thread_id_value)]

use anyhow::Result;

mod cli;
Expand Down
2 changes: 0 additions & 2 deletions fhevm-engine/executor/tests/sync_compute.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(thread_id_value)]

use executor::server::common::FheOperation;
use executor::server::executor::sync_compute_response::Resp;
use executor::server::executor::CompressedCiphertext;
Expand Down

0 comments on commit 4ca4162

Please sign in to comment.