Skip to content

Commit 86f41a4

Browse files
authored
Merge pull request #5878 from hugocaillard/fix/clarity-wasm-develop-compilation
fix: remove unwanted compilation flag
2 parents c78b57e + 46ebcb5 commit 86f41a4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clarity/src/vm/database/clarity_store.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use stacks_common::util::hash::{hex_bytes, to_hex, Sha512Trunc256Sum};
2121

2222
use crate::vm::analysis::AnalysisDatabase;
2323
use crate::vm::contexts::GlobalContext;
24-
#[cfg(feature = "canonical")]
2524
use crate::vm::database::{
2625
ClarityDatabase, ClarityDeserializable, ClaritySerializable, NULL_BURN_STATE_DB, NULL_HEADER_DB,
2726
};

stacks-common/src/util/secp256k1/libsecp256k1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ use ::libsecp256k1::{
2323
};
2424
use rand::RngCore;
2525
use serde::de::{Deserialize, Error as de_Error};
26-
use serde::ser::Error as ser_Error;
2726
use serde::Serialize;
2827

2928
use super::MessageSignature;

0 commit comments

Comments
 (0)