Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
not needed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 24, 2018
1 parent 785045c commit ff197ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ impl KmerMinHash {
self.add_sequence(buf.as_bytes(), true);
}

/*
#[wasm_bindgen]
pub fn add_hash_js(&mut self, h: u64) {
self.add_hash(h);
}
*/

#[wasm_bindgen]
pub fn to_json(&mut self) -> String {
serde_json::to_string(self).unwrap()
Expand Down

0 comments on commit ff197ba

Please sign in to comment.