Skip to content

Commit

Permalink
refactor: cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicdard committed Sep 24, 2024
1 parent 7574f8b commit 838b066
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion mls-rs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ serde = ["dep:serde", "zeroize/serde", "hex/serde", "dep:serde_bytes"]
last_resort_key_package_ext = []

[dependencies]
cfg-if = "1.0.0"
mls-rs-codec = { version = "0.5.2", path = "../mls-rs-codec", default-features = false}
zeroize = { version = "1", default-features = false, features = ["alloc", "zeroize_derive"] }
arbitrary = { version = "1", features = ["derive"], optional = true }
Expand Down
2 changes: 0 additions & 2 deletions mls-rs-core/js/node-time.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const a = require("assert");

module.exports.date_now = function() {
a(true);
return Date.now();
};
1 change: 0 additions & 1 deletion mls-rs-core/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use core::time::Duration;

use cfg_if::cfg_if;
#[cfg(target_arch = "wasm32")]
use wasm_bindgen::prelude::*;

Expand Down

0 comments on commit 838b066

Please sign in to comment.