Skip to content

Commit 2f897d8

Browse files
committed
Removed no longer used dont_replace_c_symbols feature
1 parent 889e9a8 commit 2f897d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

secp256k1-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ fn main() {
6363
} else {
6464
base_config.define("ECMULT_WINDOW_SIZE", Some("15")); // This is the default in the configure file (`auto`)
6565
}
66-
#[cfg(not(feature = "dont_replace_c_symbols"))]
6766
base_config.define("USE_EXTERNAL_DEFAULT_CALLBACKS", Some("1"));
6867
#[cfg(feature = "endomorphism")]
6968
base_config.define("USE_ENDOMORPHISM", Some("1"));

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ mod tests {
734734

735735

736736
#[test]
737-
#[cfg(not(feature = "dont_replace_c_symbols"))]
738737
fn test_manual_create_destroy() {
739738
let ctx_full = unsafe { ffi::secp256k1_context_create(AllPreallocated::FLAGS) };
740739
let ctx_sign = unsafe { ffi::secp256k1_context_create(SignOnlyPreallocated::FLAGS) };

0 commit comments

Comments
 (0)